Re: Determining if upload is in progress

  •  12-16-2011, 6:07 AM

    Re: Determining if upload is in progress

    Hi Geminior,
     
    Please refer to all javascript API here http://www.ajaxuploader.com/document/scr/JavaScript-API.htm
     
    CuteWebUI_AjaxUploader_OnProgress and  CuteWebUI_AjaxUploader_OnStart should work for you
     
    EventsDescription
    CuteWebUI_AjaxUploader_OnInitializeFires when an Ajax Uploader is fully initialized.
    CuteWebUI_AjaxUploader_OnStartFires when an upload of a specific file has started.
    CuteWebUI_AjaxUploader_OnStopFires when upload is stopped and not do postback.
    CuteWebUI_AjaxUploader_OnPostbackFires before the page do PostBack to server side and fire the FileUploaded event.
    CuteWebUI_AjaxUploader_OnBrowseFires when the upload button is clicked.
    CuteWebUI_AjaxUploader_OnSelectFires when files are selected.
    CuteWebUI_AjaxUploader_OnProgressFires when new information about the upload progress for a specific file is available.
    CuteWebUI_AjaxUploader_OnQueueUIFires when the upload queue table is available.

     
    Regards,
     
    Ken 
View Complete Thread