app-inventor-file-upload
v1.0.3
Published
Easy file upload from MIT App Inventor.
Readme
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);