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).
Regards
Niclas