@patrickkeller/fishy-upload
v1.1.1
Published
Multipart-Upload
Downloads
6
Readme
Installation
npm install @patrickkeller/fishy-upload
Versionen
1.1.1
- Update auf ES2017
1.1.0
- GridFS Funktionen ausgelagert in separates Modul
@patrickkeller/fishy-grid
.
1.0.1
- Initiale Version mit Koa-Middlewares und GridFS Funktion.
Config
Keine
Koa-Middleware
Multipart-Parser für Koa2. Stellt Dateien als Streams unter ctx.files
zur Verfügung.
Parst mitgesendeten Text als JSON unter ctx.data
.
import {multipartParser} from '@patrickkeller/fishy-upload';
// ...
app.use(multipartParser());
// ...