How do I handle the events for 2 CuteWebUI:UploadAttachments on the same page

  •  05-28-2009, 11:14 AM

    How do I handle the events for 2 CuteWebUI:UploadAttachments on the same page

    Hello
    I have a page with 2 ajax uploaders,
    I am creating different ui Elements depending on the control that is uploading
    I need to distinguish those javascript events for each uploader as the code handled in those events will deal with different elements on the page
    function CuteWebUI_AjaxUploader_OnStart()
    function CuteWebUI_AjaxUploader_OnQueueUI(list)
    function CuteWebUI_AjaxUploader_OnProgress(enable,filename,begintime,uploadedsize,totalsize)
     
    Please advice thank you
View Complete Thread