Ajax Uploader Life Cycle

Last post 03-31-2010, 4:09 PM by Eric. 1 replies.
Sort Posts: Previous Next
  •  03-31-2010, 2:58 PM 59783

    Ajax Uploader Life Cycle

    I have a single page with a custom queue set for manual upload.  User selects 25 files.  All files are shown in my custom grid.  User  then clicks the upload button.  All files are uploaded to the servers temp directory.  Then after they're uploaded my server side page is called and the Uploader_FileUploaded even is fired once for each file uploaded.    Within that event i need to push each uploaded document to our imaging server which can take a few seconds for each file.  
     
    Are callbacks being sent from the client side to the server side from your object for each uploaded file?  I may have incorrectly assumed that once all files were uploaded your control made a single post back to the server not multiple postbacks.  
     
    In the end i want to let my users close the page while my process fires away on the server.
     
    Thoughts?   Can you explain the process?
     
    Thanks ahead...
    John
     
     
  •  03-31-2010, 4:09 PM 59786 in reply to 59783

    Re: Ajax Uploader Life Cycle

    Dear BostonMerlin,
     
     
    Regards,
    Eric
View as RSS news feed in XML