ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

PUT for AJAX, POST for legacy iFrame? #52

Open IngwiePhoenix opened 8 years ago

IngwiePhoenix commented 8 years ago

I am really happy with filedrop - I have implemented an interactive upload into my site using it, and the results are A-mazing! I, however, want to leverage more common standards such as PUT and DELETE.

Can I tell FileDrop to use PUT for the AJAXy requests and POST for iFrame?