jquery-file-upload-middleware icon indicating copy to clipboard operation
jquery-file-upload-middleware copied to clipboard

Fix for `acceptFileTypes` option

Open davej opened this issue 7 years ago • 0 comments

Getting this error in node 10.5.0 when I specify the acceptFileTypes option and the uploaded file does not pass.

TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
{snip}node_modules/jquery-file-upload-middleware/lib/uploadhandler.js:115:32

This PR fixes that issue.

davej avatar Jul 04 '18 18:07 davej