Computer Webmaster Gaming Console Graphics Forum

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.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Reply
 
LinkBack Thread Tools Display Modes
Old 07-01-2007, 1:44 PM   #1
Julia Briggs
 
Julia Briggs's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Does this existing anywhere in the world? (javascript download progress meter)

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
 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Advertisements
Old 07-01-2007, 1:44 PM   #2
rf
 
rf's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Does this existing anywhere in the world? (javascript download progress meter)

<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.


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Old 07-01-2007, 1:44 PM   #3
rf
 
rf's Avatar
 
Posts: n/a
My Photos: (0)

Banked:
MK Cash: $

I am Worth:
MK Cash: $
Donate

Recent Blog: None

Default Does this existing anywhere in the world? (javascript download progress meter)


"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.


 
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
Featured Websites
Free Space
Free Space
Free Space Free Space
Reply
Tags: , , , , , ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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




All times are GMT +1. The time now is 8:29 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98