Forums

ASP

This topic is locked

ASP.NET FILE UPLOAD WITH PROGRESS BAR

Posted 25 Jul 2003 22:37:09
1
has voted
25 Jul 2003 22:37:09 Rockstar Champion posted:
Does anyone know if there is an app/ext/dll out there that will allow me to upload files from the web and see the progress indicator bar. I have Windows 2003 Enterprise Server. Showing me the size of the file and how long until upload is finished. I have clients that will be uploading large files and i want them to be able to see how long until their upload is complete. I would like to have batch uploads as well. I went to www.aspupload.com and they ahve no component that will work with .net. Thank you, any help is appreciated.

RC

Edited by - on 25 Jul 2003 22:41:28

Replies

Replied 01 Aug 2003 00:02:11
01 Aug 2003 00:02:11 Steve Smith replied:
The upload situation with a progress bar is tough.
The reason is that the event that comes back to an asp.net page is not realized until the page is reloaded.

I had the same thing for a client and found that the controls out there do not have progress bars although most have the event mechanism.

Initially the one I used was Darts FTP component and it can be made to work with a progress bar. Athough you need to invent the code yourself, the event is there.

If I can find my code I will mail it to you.
Replied 05 Jun 2006 22:17:04
05 Jun 2006 22:17:04 Charles Rezsonya replied:
anyone got this figured out. ? i'm gonna rip out my hair/
Replied 07 Jun 2006 11:18:13
07 Jun 2006 11:18:13 Patrick Woldberg replied:
At www.codeproject.com/aspnet/File_Upload_Progress_Bar.asp they show how to create an upload progress bar in asp.net

--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
Replied 07 Jun 2006 21:20:40
07 Jun 2006 21:20:40 Charles Rezsonya replied:
who's the man? you the man. thanks. reading up on it now.

Reply to this topic