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
XUpload - Displaying % in the progress bar instead of uploaded size
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:
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>