0

I have Drag & Drop control in my webpage, whenever user accidentally drops files other than the control drop area say on IE it opens file. I want to disable that behavior by preventing it to open except on my Drag & Drop control in web page. I have tried following without any luck.

<body nmousedown="event.preventDefault ? event.preventDefault() : event.returnValue = false" > 

Note: I am using only IE8,IE9

Giri Deshi
  • 43
  • 7

0 Answers0