loading bar while uploading? loading bar while uploading?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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