Reputation: 1582
For a project I'm working on I would like the user to be able to drag a file from the desktop or windows explorer and drop it on a web page in IE and have it uploaded to the web server. I've read that its possible with ActiveX but have not found anything about it.
Anyone know how to do this and where I can get what I need?
Thanks!
Upvotes: 4
Views: 4308
Reputation: 11262
If you want this to work cross-browser, you should consider a Java applet.
Otherwise, I believe you are right that a custom ActiveX component should solve it :)
Upvotes: 0
Reputation: 17004
I think that for drag-n-drop to work the user will have to install a plugin. That's how it's done in services like Projectplace at least.
Upvotes: 0