1.1.1 • Published 9 years ago
@patrickkeller/fishy-upload v1.1.1
Installation
npm install @patrickkeller/fishy-uploadVersionen
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.fileszur Verfügung.
Parst mitgesendeten Text als JSON unter ctx.data.
import {multipartParser} from '@patrickkeller/fishy-upload';
// ...
app.use(multipartParser());
// ...