Re: Validating and providing feedback

  •  11-23-2009, 3:10 PM

    Re: Validating and providing feedback

    I also modified the JS script as follows:
     
    1. function CuteWebUI_AjaxUploader_OnTaskComplete(file) {  
    2.             //You can set the custom data here, or use uploader.getitems()[i].ServerData)  
    3.             if (file.ServerData !=null && file.ServerData != '')  
    4.                 alert(file.ServerData);  
    5.         }  
     
View Complete Thread