I have more than one upload control on a page uploading different types of files (images, mp3, etc).
I need to determine which control was used with the javascript CuteWebUI_AjaxUploader_OnTaskComplete so I can execute some client side code.
So, if the user clicks the Upload1 control I can execute client side code after a successful upload for that specific control.
Is there a way that the javascript OnTaskComplete can say which upload control on the page was used to upload the file? If I could get the javascript function to grab the ID of the upload control, that would be cool.
Thanks!