Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How to hide queue table
How to hide queue table
Last post 08-26-2010, 8:03 AM by
Eric
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
08-26-2010, 12:45 AM
63624
Samba123
Joined on 08-26-2010
Posts 1
How to hide queue table
Reply
Quote
Hi
Basically I want to upload only one file and show only the progress bar on the separate panel. I don't want to have any queue table. Is it possible to hide it? Thank you
08-26-2010, 8:03 AM
63635
in reply to
63624
Eric
Joined on 08-05-2009
Posts 1,269
Re: How to hide queue table
Reply
Quote
Please add the following code to your page:
<script>
function CuteWebUI_AjaxUploader_OnQueueUI(list)
{
return false;
}
</script>
Regards,
Eric