Ajax Uploader Life Cycle

  •  03-31-2010, 2:58 PM

    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
     
     
View Complete Thread