Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How to hide queue table
Re: How to hide queue table
08-26-2010, 8:03 AM
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
View Complete Thread