I use dropzone to upload my files.
these files are usually downloaded from my web application, modified and later uploaded to the same web application.
- Downloaded the file from my web appln.(to downloads folder)
- made modifications and kept the file open and dropped it in the dropzone to upload.
- the above works fine.
- Copied this downloaded file(step1) to another location(to my desktop)
- repeated step2
- here i get 'Server responded with code 0' error.
Why the dropzone throws this error only when leaving the copied files open and dropping in.