Re: Several Ajax Uploader Control in one Aspx

  •  08-07-2009, 3:59 AM

    Re: Several Ajax Uploader Control in one Aspx

    I'm testing two controls in one page (both MultipleFilesUpload set to true).
     
    Suppose that the end user uploads files from both controls adding one file at a time, what do I need to do so that all files that has been uploaded always shows up in the "uploaded files table"? As of now when a file is uploaded and another one is added the first uploaded file is no longer visible (even though .MoveTo is never used).
     
    I want the behaviour to be exactly as in http://ajaxuploader.com/demo/fulltest.aspx (when using UploadAttachments1, UploadAttachments2, 3 and 4 buttons)
     
    Regards
    Niclas
View Complete Thread