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