Re: Determine which upload control was clicked using javascript

  •  10-24-2010, 8:43 PM

    Re: Determine which upload control was clicked using javascript

    Hi,
     
    Please try this :
     
    function CuteWebUI_AjaxUploader_OnTaskComplete(task)
    {
            var uploader=this;
            alert(uploader.id);
    }
     
    Regards,
    Terry
     
View Complete Thread