Simple express file upload middleware that wraps around busboy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
quilty 8ae2f47db8 still working on tests. add prettier 6 years ago
..
files Add tests for fileupload options 7 years ago
fileFactory.spec.js Major breaking change: update file `md5` property to be a method, allowing users to execute it at will. This will speed up performance, in addition to ensuring that md5() does not increase memory allocation size for users that do not care about md5 checksums 6 years ago
fileLimitUploads.spec.js Adding option to select between two behaviour when file over fileSize 6 years ago
multipartFields.spec.js fixed remaining lint errors 7 years ago
multipartUploads.spec.js Dropping fs-extra as it's no longer needed. Dropping google eslint rules and simply using eslint:recommended. Upgrading packages. Moved manual tests folder into root level and renamed it to example folder. Various lint cleanups. Added a new option for creating parent path directory 6 years ago
options.spec.js Dropping fs-extra as it's no longer needed. Dropping google eslint rules and simply using eslint:recommended. Upgrading packages. Moved manual tests folder into root level and renamed it to example folder. Various lint cleanups. Added a new option for creating parent path directory 6 years ago
server.js still working on tests. add prettier 6 years ago
tempFile.spec.js still working on tests. add prettier 6 years ago