News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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