loading bar while uploading? loading bar while uploading?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

loading bar while uploading?

Started by neo1716, February 28, 2005, 04:15:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

neo1716

Is it possible to display a loading bar while uploading large files? Users get discourages and it seems asif the upload has failed after waiting a long time. A loading bar would be nice.

Joachim Müller

not possible, as the http upload is done using the "regular" browser upload feature. You can't find out how large the file is while it's still on the client, while this piece of information would be necessary to show a progress bar. Such a feature could only be accomplished if you used another means of upload, e.g. a Java applet (which is not available).

Joachim