loading bar while uploading? loading bar while uploading?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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