Click here to Skip to main content
15,881,516 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am trying to create a drag and drop upload control for MVC pattern.Where i can drop the files and access from the controller.But the Control whichever i am getting from google is working fine with all browser but not in IE.Could you please provide me a link on drag and drop (IE version).
Posted
Comments
Sergey Alexandrovich Kryukov 8-May-13 10:46am    
Just a note: there are too many things which works anywhere but IE. Do you need such IE?
—SA

HTML5 provides a drag & drop API as well as File API[^].

http://www.thebuzzmedia.com/html5-drag-and-drop-and-file-api-tutorial and http://html5demos.com/file-api

Unfortunately IE9 doesn't support the File API and it's unclear how much support will be available in IE10.

As far as I understand ie9 doesnt support the File api, but only drag and drop. ie 10 will possibly support the File api.

http://www.thebuzzmedia.com/html5-drag-and-drop-and-file-api-tutorial/

although you may be able to work around this now - try: https://github.com/blueimp/jQuery-File-Upload http://aquantum-demo.appspot.com/file-upload
 
Share this answer
 
v2
Ya i agree that IE9 doesnot support Drag and Drop file upload functionality.

But still i found a application which works even in IE9.

Here is the link.http://proger.i-forge.net/FileDrop_-_cross-browser_JavaScript_Drag-Drop_file_upload/7CC[^]


Regards,
Prakash Rajan S
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900