This is a migrated thread and some comments may be shown as answers.

[Solved] RadProgressArea shows progress for wrong user

2 Answers 72 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Neil
Top achievements
Rank 1
Neil asked on 17 Apr 2009, 02:30 PM
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?

2 Answers, 1 is accepted

Sort by
0
Neil
Top achievements
Rank 1
answered on 20 Apr 2009, 01:59 PM
After much head-scratching we have solved this (thank you Carrie!) - it's because the RadProgressManager had a UniquePageIdentifier property set. I've no idea where this came from - I didn't create the page and the original developer says he didn't add the property manually - but deleting it has fixed things.
0
Genady Sergeev
Telerik team
answered on 20 Apr 2009, 03:41 PM
Hi Neil,

In the 2008 Q3 version of the RadControls there was a bug, When RadProgressManager  was added from the designer the UniquePageID was set to a fixed value so it is not fault of the developer. In fact the later ID is a private field and it should be not accessible from the code behind. We have fixed this for the latest release.


Kind regards,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Upload (Obsolete)
Asked by
Neil
Top achievements
Rank 1
Answers by
Neil
Top achievements
Rank 1
Genady Sergeev
Telerik team
Share this question
or