Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: How do I hide this part of the UI?
Re: How do I hide this part of the UI?
04-26-2010, 9:15 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: How do I hide this part of the UI?
Reply
Quote
Hi,
Please add this code to your page
<script type='text/javascript'>
function CuteWebUI_AjaxUploader_OnQueueUI(list)
{
return false;
}
</script>
Regards,
Terry
View Complete Thread