Javascript after upload?

  •  07-27-2009, 7:24 PM

    Javascript after upload?

    The post back which results from uploading or deleting an upload seems to ignore the initialization JavaScript code present on my page which is used to populate an HTML table from a Jquery call. Is there some sort of JavaScript event I can call after an upload is complete or a file is deleted to ensure my AJAX grids get reinitialized?
     
    I read the Javascript API doc's and some other forum posts, it looks like CuteWebUI_AjaxUploader_OnPostback() gets executed before the postback correct?
View Complete Thread