XUpload - Displaying % in the progress bar instead of uploaded size

Message
Author
hellotipi
Posts: 6
Joined: Feb 01, 2008 6:36 pm

Displaying % in the progress bar instead of uploaded size

#1 Postby hellotipi » Feb 05, 2008 12:10 pm

hello all

i'd like to display the uploaded percentage on the status bar instead of the size.

is it possible? which file to edit?
thanks

jimrws
Posts: 21
Joined: Feb 05, 2008 8:29 am

#2 Postby jimrws » Feb 05, 2008 12:39 pm

Don't know if this is any use to you, but one of the sample forms uses a pie chart graphic to display the upload percentage e.g.
http://www.sibsoft.net/upload_form_pro4.html

From what I can tell you just need to insert this in your html form page:

Code: Select all

<div class="pie" id="pie"><b id="pieb">0%</b></div>