Javascript event when all files are uploaded?

Last post 04-05-2011, 2:46 AM by Guttorm. 2 replies.
Sort Posts: Previous Next
  •  04-04-2011, 4:47 AM 66978

    Javascript event when all files are uploaded?

    Hello
     
    Is there a way to get a javascript function to be called when all selected files are uploaded? I found CuteWebUI_AjaxUploader_OnQueueUI but it seems to be called for every file. Is there perhaps a way to figure out if it's the last one?
     
    I need to update some things on the web page after all files have been uploaded.
     
     
  •  04-04-2011, 9:06 PM 66986 in reply to 66978

    Re: Javascript event when all files are uploaded?

    Hi Guttorm,
     
    Try
     
    function CuteWebUI_AjaxUploader_OnPostback()
        {
            alert("finish");
        }
     
    Regards,
     
    ken
  •  04-05-2011, 2:46 AM 66995 in reply to 66986

    Re: Javascript event when all files are uploaded?

    Thank you! It worked fine.
     
    I guess I should have read the docs a bit better.
View as RSS news feed in XML