|
-
Feb 23rd, 2005, 09:39 AM
#1
Thread Starter
PowerPoster
progress bar
Hi there. I was wondering if there is a way of making a simple progress bar in ASP.NET whilst a file is being uploaded to the server or some processing is happening at the server end after the file has been uploaded?
if so - how?
-
Feb 23rd, 2005, 10:37 AM
#2
I wonder how many charact
Re: progress bar
Easiest... although not accurately indicative is to simply use javascript to to show a div in front of everything else that has an animated gif.
If that's not good enough, then things get far more horribly complicated. There are real good 3rd party controls that deal with these things, but the basic premise still use javascript to open a window that queries another aspect of your web application for the progress of an uploaded file. the query part of course has to be tied in to the asp.net pipeline and as I mentioned things get horribly complicated (or perhaps better word is intracate.)
I'd go for option 1, or buy a 3rd party control...
or you can try this:
http://krystalware.com/wiki/default....dingWithASPNET
Last edited by nemaroller; Feb 23rd, 2005 at 10:43 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|