Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Determine which upload control was clicked using javascript
Re: Determine which upload control was clicked using javascript
10-24-2010, 8:43 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Determine which upload control was clicked using javascript
Reply
Quote
Hi,
Please try this :
function CuteWebUI_AjaxUploader_OnTaskComplete(task)
{
var uploader=this;
alert(uploader.id);
}
Regards,
Terry
View Complete Thread