Asp.net 2 Upload component with progress bar

  • Thread starter Thread starter Stan SR
  • Start date Start date
S

Stan SR

Hi,

I m looking for a good upload component with a progress bar (or code) that
works with asp.net 2
Any idea ?
stan
 
The INPUT type=file element is your friend. In addition, I would also couple
that with the UpdateProgress control in Atlas to obtain the results you are
looking for.
 
"NeatUpload allows ASP.NET developers to stream uploaded files to disk and
allows users to monitor upload progress. It is open source and works under
Mono's XSP / mod_mono as well as Microsoft's ASP.NET implementation. "

http://www.brettle.com/neatupload
 
Back
Top