Image Drag/Drop into ASP.Net Form?

  • Thread starter Thread starter R Steele
  • Start date Start date
R

R Steele

Is there anyway to drag an image file (gif, jpg, png, etc.) from the desktop
and drop it onto a asp.net page such that is uploaded and processed? I'm
wanting to do this to make it easier for users uploading images to a web
server.

Any help or direction is appreciated.

Bob Steele
 
You will need to write an ActiveX control / browser plugin.

By default, the browsers do not support this functionality.
 
Back
Top