Determining if upload is in progress

Last post 12-16-2011, 6:07 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  12-15-2011, 5:18 PM 72034

    Determining if upload is in progress

    Hi,
     
    I would like a way to know if an upload is in progress so that I can disable certain elements while the upload is under way.
     
    The optimal for me would be to be able to get this information client side, i.e. via two events.
     
    Alternatively I would need an avent on the server side to supplement the UploadCompleted event. e.g. an UploadStarted event.
     
    brgds,
    Thomas Scheelhardt
  •  12-16-2011, 6:07 AM 72044 in reply to 72034

    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 as RSS news feed in XML