Re: Using AjaxUploader with jQuery AJAX and ASP.NET

  •  06-02-2009, 6:38 AM

    Re: Using AjaxUploader with jQuery AJAX and ASP.NET

    Hi Terry,
     
    Sorry for the slow feedback; I couldn't get it working in time and so had to abandon the project and use another method.
     
    I've now got a requirement for this in another application, so I downloaded your example, put it into a project and converted the AJAX calls to jQuery.  The application is now running and there are no javascript errors, but as per the original issue the file isn't being saved.
     
    As per my previous post, I'm not using MVC (I'm only using VS2005), but I your control does run and the status bar shows it's doing something.
     
    The reason for this seems to be that with this code/DLL, the CuteWebUI_AjaxUploader_OnTaskComplete(obj) function is never called.  Any ideas on why this might be?
     
    Thanks,
     
    Duncan
View Complete Thread