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

Subsequent iFrame upload will not work. #51

Open IngwiePhoenix opened 8 years ago

IngwiePhoenix commented 8 years ago

hey there.

Due to using PHP and preffering the standard $_FILES method, I decided to force iFrame uploads. But upon doing so, I realized very quickly, that only one upload works. After that, any subsequent requests will not work. What could be the cause for this?

Kind regards, Ingwie