|
|
 |
| ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

April 29th, 2004, 08:48 AM
|
|
Authorized User
|
|
Join Date: Mar 2004
Location: Maumee, OH, USA.
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Progress Bar
I'd like to display a progress bar to show the progress of an upload. This is easy to do with a windows application but looks to be more complicated in ASP.NET. Suggestions?
|

April 29th, 2004, 10:17 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: , , USA.
Posts: 1,111
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
|

May 1st, 2004, 08:51 AM
|
 |
Friend of Wrox
Points: 16,368, Level: 55 |
|
|
Join Date: Aug 2003
Location: Clifton Park, New York, USA.
Posts: 5,394
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
Unfortunately that example won't work for 2 reasons:
1) It's really showing you the "progress" of what's happening, it's just an animated gif to indicate that something is happening.
2) For an upload, the file(s) you are uploading are sent as part of the request for the page. The server can not reply with anything back TO the browser until is has received the entire request FROM the browser. Because the file(s) are attached the request the server can't tell the browser the progress of the upload.
|

May 4th, 2004, 05:12 AM
|
|
Registered User
|
|
Join Date: Jun 2003
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Is this any help
http://www.asp101.com/articles/matt/...ar/default.asp
I received it in a recent mail shot from ASP101.com
It's in C# but you should get the gist?
HTH
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
| Progress Bar |
dotnetsathya |
VS.NET 2002/2003 |
0 |
September 26th, 2007 01:33 AM |
| Progress bar |
Poncho |
Pro VB 6 |
1 |
March 23rd, 2006 03:18 PM |
| Progress Bar |
jmss66 |
VB How-To |
4 |
December 27th, 2005 04:55 PM |
| progress bar |
treasacrowe |
Classic ASP Basics |
11 |
February 11th, 2005 10:47 AM |
| Progress Bar Help |
jacob_d_99 |
Javascript How-To |
1 |
November 20th, 2003 11:18 PM |
|
 |