Using AjaxUploader with jQuery AJAX and ASP.NET

  •  04-08-2009, 4:42 PM

    Using AjaxUploader with jQuery AJAX and ASP.NET

    Hi,
     
    Has anyone got any sample code where they've got the AjaxUploader working with jQuery AJAX?  In theory, I think I should be able to override the CuteWebUI_AjaxUploader_OnPostback javascript function, call the FileUploaded event using ASP.NET page methods using a $.ajax() call, modify my page using jQuery then return false to stop a full postback.
     
    Anyone had any luck with this?
View Complete Thread