![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Hello, I've read quite a bit of discussion on different approaches of how to create a download progress meter that can be implemented into a Web site. I understand that by the very nature of the way the download transport is handled that this cannot "automatically" be done... upload progress meters exist, but not download. However, I've seen different theories on how it could be done if one knows the file size. Is anyone aware of a working download meter script written in JavaScript? Sincerely, Julia | |||
|
| Advertisements |
| | #2 | ||
| <DHTML crosspost snipped> "Julia Briggs" <julia4_me@yahoo.com> wrote in message news:c48f65ef.0306261838.22a358af@posting.google.c om... > Hello, > > I've read quite a bit of discussion on different approaches of how to > create a download progress meter that can be implemented into a Web > site. Downloading what? The web page or a file? If the former then the page has to be downloaded before the javascript runs. By the time you get to report on it it has already happened. If the latter then the download process is not even handled by the browser, it is hived off to a seperate process. Any javascript running in the web page has no knowledge of this process. Besides, the download process itself has a progress bar. What exactly are you trying to achieve? Cheers Richard. | |||
|
| | #3 | ||
| "Julia Briggs" <julia4_me@yahoo.com> wrote in message news:c48f65ef.0306262134.61405c16@posting.google.c om... > "rf" <making.it.up@the.time> wrote in message news:<_bOKa.247$eR2.3311@news-server.bigpond.net.au>... > I want to have users who download large PDF documents that are > normally automatically loaded into the browser presented with a > download progress bar. By the time the browser has launched the adobe plug in and given it control so it can download the pdf your web page is long gone. The web page being displayed now is the one containing the pdf (well, the plug in anyway). Even if you could somehow stay there (by for example loading the pdf into a second frame while your javascript lives in a first frame) there is no way you can interrogate the adobe plug in to determine how much it has loaded. Even adobe may not know how big the file is. A server is not obliged to provide this information. I doubt that adobe would even care. It would just read the file till it got to the end of it. You are better off putting something on your page, near the link, like <p>This is a 500KB pdf file, it may take a while to download</p> Your viewer will have some idea about how long such a download should take. Cheers Richard. | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: anywhere, download, existing, javascript, meter, progress, world |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can you measure Impedance with an Ohm Meter.. | Denny B | Car audio | 3 | 10-25-2008 1:21 PM |
| Looking for Flow meter for 1/2 line in watercooling setup | GTD | Central Processing Unit (CPU) and Overclocking | 0 | 06-18-2007 9:24 AM |
| cvs: pear /HTTP_Request Request.php package2.xml /HTTP_Request/docs download-progress.php example.php | Alexey Borzov | Pear | 0 | 05-20-2007 7:42 PM |
| cvs: pear /HTTP_Request/Request Listener.php /HTTP_Request/docs download-progress.php example.php | Alexey Borzov | Pear | 0 | 05-20-2007 7:42 PM |
| Menu using javascript | Poster | JavaScript | 1 | 06-07-2006 11:04 AM |
| Featured Websites | ||||
|