0

Hi I need a drag and drop file upload in my asp.net application like gmail but it should support IE browser only.I thing i have to develop a ActiveX control to achieve this .Can any one guide me or give me a link how to develop this.

Regards Vairam

Vairamuthu
  • 21
  • 1
  • 5

2 Answers2

0

This post is pretty old, but if you're still interested, there's a pretty comprehensive article here:

http://msdn.microsoft.com/en-us/magazine/cc301932.aspx

Extended here for multiple files via drag and drop:

http://blogs.msdn.com/b/aoakley/archive/2004/02/16/74460.aspx

fordareh
  • 2,923
  • 2
  • 26
  • 39
  • the proposed solution in these articles is client-wide installation of the 20MB .NET runtime – gordon May 08 '12 at 15:14
0

ActiveX = AHHHHHH!!!

But in all seriousness, could you use a GMail upload "clone" and simply restrict it so that it only works in IE

Community
  • 1
  • 1
Chase Florell
  • 46,378
  • 57
  • 186
  • 376