Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Validating and providing feedback
Re: Validating and providing feedback
11-23-2009, 3:10 PM
scpeterson
Joined on 11-10-2009
Posts 3
Re: Validating and providing feedback
Reply
Quote
I also modified the JS script as follows:
function
CuteWebUI_AjaxUploader_OnTaskComplete(file) {
//You can set the custom data here, or use uploader.getitems()[i].ServerData)
if
(file.ServerData !=
null
&& file.ServerData !=
''
)
alert(file.ServerData);
}
View Complete Thread