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

Can I get returned data from the `sendTo()` function? #70

Closed mcarpenterjr closed 6 years ago

mcarpenterjr commented 6 years ago

I have an older instance of file drop in use and I was wondering if it were possible to get the data returned by a script that was used in the `file.sendTo()' function.

mcarpenterjr commented 6 years ago

Figured it out, using the file.event() method I can access the returned data.