jquery-file-upload-middleware
jquery-file-upload-middleware copied to clipboard
Fix for `acceptFileTypes` option
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.