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

Added support for customHeaders in sendTo(). #44

Closed aprigiovasconcelos closed 9 years ago

aprigiovasconcelos commented 9 years ago

Still needs to generate the minified version.

ProgerXP commented 9 years ago

Why not just use xhrSetup/xhrSend for this? It's universal.

aprigiovasconcelos commented 9 years ago

You are right.