Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am running a very simple example mentioned here

http://www.w3schools.com/html5/html5_draganddrop.asp

Just to try Drag and Drop on IE 9. I can see drag but when I drag and drop a file on the area, IE simply renders the file rather then executing events .

please let me know if I need to change any config in IE

share|improve this question

1 Answer

I don't think that is designed for you to drag and drop files. Rather, you can drag the w3school logo from the left box to the right box. If you're looking for drag and drop file, check http://html5demos.com/file-api/ for a demo

share|improve this answer
Sorry. sitepoint.com/html5-file-drag-and-drop – VJV Aug 16 '12 at 12:10
Thanks, I tried this link, i can open it but when I drag a file, again, IE opens the file rather then doing something else – VJV Aug 16 '12 at 12:18
i don't get it the example has ev.preventDefault(); IE doesn't have preventDefault function. – Usama Ahmed Nov 21 '12 at 11:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.