Try dragging several files together onto the zones below and look in the TRACE.txt
file to see the different behaviour. In all cases, the files are uploaded to the "uploads" directory.
Default behaviour
Groups of files moved onto a Dropzones are usually sent one at a time to the server
Multiple Option
The DropZone below has the uploadMultiple option. In this case, multiple files are bundled together and sent to the server in a single call
Upload on SUBMIT
Dropped files are sent one by one WHEN the SUBMIT button is clicked.