Re: how to hide uploaded files grid in ajax uploader

  •  07-23-2013, 3:40 AM

    Re: how to hide uploaded files grid in ajax uploader

    Hi Kenneth,

    No its on my local PC. I can show off my code, though it yurns out this is what I wanted:

     

    <script type="text/javascript">
        function CuteWebUI_AjaxUploader_OnQueueUI(list) {
            return false;
        }
    </script>

     

    I wanted to hide the queue list. Maybe I used wrong terminology.

     

    Pat. 

     

View Complete Thread