Re: Execute function when upload is complete.

  •  06-02-2009, 3:02 AM

    Re: Execute function when upload is complete.

    Sorry for my simple generic ASP.NET programming questions but this is the last step of my evaluation to use AjaxUploader in a small installation and I'm quite eager to solve my "UploadCompleted" needs.
     
    My question is: How do I supply the "OnUploadCompleted" event handler with the correct parameters?
     
    Each added file of course triggers the "OnFileUploaded" event. But how can I, in ASP.NET, build an array of the "UploaderEventArgs", keep it in memory and, when the end user clicks a specific "Submit button", call the "OnUploadCompleted" function, supplying my array of "UploaderEventArgs"?
     
    Perhaps your previous reply somehow answers my question?
     
    Many, many thanks.
     
    Regards,
     
    Niclas
     
     
     
     
View Complete Thread