How to hide queue table

Last post 08-26-2010, 8:03 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  08-26-2010, 12:45 AM 63624

    How to hide queue table

    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

    Re: How to hide queue table

    Please add the following code to your page:
    <script>
    function CuteWebUI_AjaxUploader_OnQueueUI(list)
    {
        return false;
    }
    </script>
    Regards,
    Eric
View as RSS news feed in XML