Before rolling out our app we asked two users to test uploading large files at the same time. If user A selects a large file and clicks the submit button the progress bar starts showing correctly. If user B selects a large file while user A's file is still uploading, user A's progress bar changes to show user B's file name and progress percentage.
When the upload completes both users' browsers show empty RadUpload controls and their URLs show the same RadUrid. No files are actually uploaded. The control's .UploadedFiles.Count is zero.
Any idea what we are doing wrong?
When the upload completes both users' browsers show empty RadUpload controls and their URLs show the same RadUrid. No files are actually uploaded. The control's .UploadedFiles.Count is zero.
Any idea what we are doing wrong?