1.0.3 • Published 10 months ago

app-inventor-file-upload v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

App Inventor File Upload

Gives an easy way to receive MIT App Inventor files from Web.PostFile, Web.PutFile, etc.

Use

import getFile from 'app-inventor-file-upload';

const maybeEmptyFile: Buffer | null = await getFile(req: Request, throwIfEmpty?: false);
const alwaysFullFile: Buffer = await getFile(req: Request, throwIfEmpty: true);
1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago