Upload control

  • Thread starter Thread starter Peter Afonin
  • Start date Start date
P

Peter Afonin

Hello,

I'm looking for a very simple upload control for my ASP.Net application to
let my clients upload the small images to the server. So far I could find on
the web only the sophisticated ones with the progress bars and other things
that I don't need. Could you please recommend me one?

I would appreciate your advice.

Thank you,
 
Have a look at the HtmlInput.PostedFile property built in to the framework.
very simple.


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Thank you, Jason, I will.

Peter

Jason Brown said:
Have a look at the HtmlInput.PostedFile property built in to the framework.
very simple.


--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.
 
Back
Top