I am trying to send multiple files in one request using DropZone js.
Here\'s my code :
Dropzone.autoDiscover = false; var myDropzone = new Dropzone(
I can see it is very old post, however, I will answer hoping it might help someone.
2 requests
OPTIONS - no files POST - with files
Chrome will do a pre-flight request(OPTIONS) to look for CORS headers. It is a standard which almost all latest browsers follow.