meteor-uploads
meteor-uploads copied to clipboard
Large files hang on validateRequest
Uploading small files (~ 1-2MB) works fine; the error message appears. Files over 15 MB will cause the process to hang -- no error message or anything.
If I remove the validateRequest() and use just validateFile() it works fine.