Crumble - Error while uploading files

While uploading a file and the progress is 100% got Error while uploading files message.

uploading small file less than 1MB just fine

okay just resolve it by nginx configuration

Hi! Sorry, read just now. Yes, there are two settings limiting the maximum upload file size:

  • nginx client_max_body_size (default 1m)
  • Crumble inner setting (express-formidable) maxFileSize (default no limit)