0

I have a requirment to allow Drag and Drop with out using HTML5. This drag and drop feature will allow a file to be dragged from the users desktop to a surface on a browser in my ASP.NET application.

I am having very little luck finding any thing even third party applications that will work and do this.

billsecond
  • 612
  • 3
  • 21
  • 50
  • 3
    As far as I know, this is strictly a new feature in HTML5 , if you are going to have clients install a 3rd party application on their computer for drag and drop, why not just have them install a browser that supports that feature instead? – Matthew Mar 30 '12 at 14:49
  • Why can't you use new HTML 5 features and provide an alternative for older browsers? – ridecar2 Mar 30 '12 at 14:50
  • 1
    What about this question http://stackoverflow.com/questions/1663741/is-there-a-good-jquery-drag-and-drop-file-upload-plugin that points to this answer http://blueimp.github.com/jQuery-File-Upload/ – Code Maverick Mar 30 '12 at 14:51
  • @Scott - That isn't compatible without HTML5. I tried on IE8 with no success. Worked very nice in chrome though! – Travis J Mar 30 '12 at 15:00

2 Answers2

0

It's not possible without a browser/OS plugin

Adrian Zanescu
  • 7,907
  • 6
  • 35
  • 53