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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top