Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
PHP File Uploader
»
Re: customize progress bar position?
customize progress bar position?
Last post 07-08-2009, 1:54 AM by
cutechat
. 3 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
07-07-2009, 10:55 AM
53792
ives
Joined on 07-02-2009
Posts 21
customize progress bar position?
Reply
Quote
May I customize progress bar position, for example I want put the progress bar in a hidden div, when I upload file it show.
Or can I put it in a layer, when I upload file, the layer show the progress bar above my page?
07-07-2009, 11:29 AM
53796
in reply to
53792
cutechat
Joined on 07-22-2004
Posts 2,332
Re: customize progress bar position?
Reply
Quote
Hi,
For advanced requests, I suggest you use the javascript API for it :
http://ajaxuploader.com/document/scr/JavaScript-API.htm
use the CuteWebUI_AjaxUploader_OnProgress event , return false to hide the default UI , and draw your own progress bar based on the data .
Regards,
Terry
07-08-2009, 12:55 AM
53821
in reply to
53796
ives
Joined on 07-02-2009
Posts 21
Re: customize progress bar position?
Reply
Quote
thank you reply for customize the progress bar method, but I don't wan't to do it myself, my question is can I put the progress bar layer of your code to my customize layer, and then I can control the show position?
07-08-2009, 1:54 AM
53824
in reply to
53821
cutechat
Joined on 07-22-2004
Posts 2,332
Re: customize progress bar position?
Reply
Quote
Yes.
$uploader->ProgressCtrlID="mypanel";
$uploader->ProgressTextID="mylabel";
Regards,
Terry