Form 2: A Dropzone with INPUT and HIDDEN fields
A Dropzone FORM can have Inputs and hidden fields just like a normal
form. The server (PHP) page specified by ACTION is called automatically: ONCE for every
file dropped on the Form. If a three files are dragged to the form, the script will
be called 3 times. This can be checked by the TRACE option.
The form has 2 fields
- dir : a HIDDEN field which specifies the directory (images) where uploaded files are placed.
- trace: a CHECKBOX to specify that a trace of the Server execution is to be written to the
file "TRACE.txt". This will show what happens when multiple files are dropped