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?
How do I hide this part of the UI?
Last post 04-26-2010, 9:15 PM by
cutechat
. 1 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
04-24-2010, 2:42 PM
60375
Lan-Lord
Joined on 08-27-2009
Posts 7
How do I hide this part of the UI?
Reply
Quote
When I upload a file, this white box appears. How do I not show it? It makes my file upload dialog control change dimensions vertically and horizontally.
04-26-2010, 9:15 PM
60425
in reply to
60375
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