FileDrop icon indicating copy to clipboard operation
FileDrop copied to clipboard

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.

Results 41 FileDrop issues
Sort by recently updated
recently updated
newest added

If the user clicks on the FileDrop element (a `` in my case), the process works as advertised. Clicking a second time would show the upload dialog box of the...

Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them filedrop. Change arguments.callee to some function name.

How am i able to clear the drop area after a sucessful upload. I tried using Clear() but not working zone.el.clear();

question

Would like the ability to change options even after the .filedrop({}) has been called. For example, based on user input, I would like to change the Url that it uploads...

question

Hello, all is in the title, i try to drag and drop a message directly from Outlook, and drop it into the demo page but it dont seem to work...

question

I have a .Net Web Forms project (non MVC) and cannot use php on the server in it;s current configuration. Has anyone built a simple Web Forms page or user...

Hi, i'm testing filedrop and I have notice that file type function doesn't work for several files: - new file.txt (empty) - *.md, *.markdown, *.mkdown... - *.7z, *.bz2, *.rar the...

Hi, thanks for your amazing work, it's very helpfull for developper like me. I notice that the example of progress bar [(http://filedropjs.org/#progress)](http://filedropjs.org/#progress) isn't "plug & play": if you tried to...

Hi, thanks for your work, FileDrop works nice all in all. But I have a problem with the Request. My Server requires a param name for the file, such as...

question