0

i would like the user to be able to drag and drop any file right onto the web form/control/whatever is in the browser and i would want the file to be automatically copied to a specific folder.

is this functionality possible with asp.net?

is there an easier, already existent tool that i can use to do this?

i would also need the feature of the user being able to drag and drop multiple files.

if there is an already existent java solution please let me know!!

please note that i need this to work with IE.

7
  • What does this have to do with Java? Commented Sep 2, 2011 at 16:02
  • 1
    @Andrew, perhaps one can use a Java applet for this. Commented Sep 2, 2011 at 16:06
  • @andrew do you have a java solution? Commented Sep 2, 2011 at 16:07
  • @I__ Do you have a Java question? And note that the first letter of my name is in caps (as is obvious from the text as presented here). Commented Sep 2, 2011 at 16:23
  • @Andrew if there is an already existent java solution please let me know!! Commented Sep 2, 2011 at 16:32

1 Answer 1

2

Nothing much to do with ASP.NET

There is a JQuery plugin you can use for drag-n-drop file upload: JQuery DND File Upload

Take a look at HTML5 Drag and Drop Upload and File API Tutorial for IE (only works in IE9 though)

EDIT:

After a little bit of googling, I found Plupload very interesting. It provides HTML5 Drag and Drop file uploader for supported browsers.

Sign up to request clarification or add additional context in comments.

1 Comment

@frad can i use this with IE? list of compatible browers did not include IE

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.