Gossamer Forum
Home : General : Internet Technologies :

File Uploading with a Dynamic Progress Bar Possible?

Quote Reply
File Uploading with a Dynamic Progress Bar Possible?
Hi,

Just saw the Dynamic Progress Bar at dynamicdrive.com and started wondering about the following:

At our website we have a page where people can apply for a job. They need to fill in their name, address, and so on. Plus upload their resume! Because the uploading could take long I made a script (code available on request) hat will displays the following div on the moment the user presses the "Submit" button.

It's a dutch message saying that the uploading can take some take and asking them to please be patient.

Code:
<div id="notify" style="font-family: Verdana, Arial, Helvetica; font-size: 11px;

text-align: left; color: #000000; background-color: #ffffff; border: 3px solid

#ff0000; padding: 3px; position: relative; visibility: hidden;">Het uploaden van

uw bijlage kan enige tijd inbeslag nemen (afhankelijk van de omvang), een moment

geduld alstublieft.</div>

But what about if I could make a Dynamic Progress Bar that actually would display how long the uploading will take. For this it should be able to interact with the upload-script to determine how long the uploading will take. Or it should be able to calculate (with javascript) how bog the file being uploaded actually is. Wouldn't that be cool?

So my question is:

Who knows a way of calculating how big the selected uploading-file is? (The next step would be converting to seconds or minutes.)


Last edited by:

cK: May 26, 2002, 9:59 AM
Subject Author Views Date
Thread File Uploading with a Dynamic Progress Bar Possible? cK 21080 May 26, 2002, 9:26 AM
Thread Re: [cK] File Uploading with a Dynamic Progress Bar Possible?
Paul 20621 May 26, 2002, 10:17 AM
Thread Re: [Paul] File Uploading with a Dynamic Progress Bar Possible?
cK 20701 May 26, 2002, 10:20 AM
Thread Re: [cK] File Uploading with a Dynamic Progress Bar Possible?
cK 20639 May 26, 2002, 10:21 AM
Post Re: [cK] File Uploading with a Dynamic Progress Bar Possible?
Andy 20639 May 27, 2002, 6:35 AM
Thread Re: [Paul] File Uploading with a Dynamic Progress Bar Possible?
cornball 20687 May 29, 2002, 10:19 AM
Thread Re: [kode] File Uploading with a Dynamic Progress Bar Possible?
Paul 20832 May 29, 2002, 10:26 AM
Thread Re: [Paul] File Uploading with a Dynamic Progress Bar Possible?
cornball 20687 May 29, 2002, 11:27 AM
Post Re: [kode] File Uploading with a Dynamic Progress Bar Possible?
Paul 20830 May 29, 2002, 11:39 AM
Thread Re: [cK] File Uploading with a Dynamic Progress Bar Possible?
cornball 20515 May 29, 2002, 12:43 PM
Thread Re: [kode] File Uploading with a Dynamic Progress Bar Possible?
cK 20595 May 30, 2002, 1:49 AM
Thread Re: [cK] File Uploading with a Dynamic Progress Bar Possible?
Stealth 20618 May 30, 2002, 9:53 AM
Thread Re: [Stealth] File Uploading with a Dynamic Progress Bar Possible?
Paul 20459 May 30, 2002, 10:19 AM
Thread Re: [Paul] File Uploading with a Dynamic Progress Bar Possible?
Stealth 20593 May 30, 2002, 10:25 AM
Thread Re: [Stealth] File Uploading with a Dynamic Progress Bar Possible?
Paul 20534 May 30, 2002, 10:29 AM
Thread Re: [Paul] File Uploading with a Dynamic Progress Bar Possible?
Stealth 20430 May 30, 2002, 10:38 AM
Post Re: [Stealth] File Uploading with a Dynamic Progress Bar Possible?
cK 20365 May 30, 2002, 1:12 PM
Post Re: [cK] File Uploading with a Dynamic Progress Bar Possible?
theranch 18859 Jan 9, 2004, 1:44 PM