If you upload multiple files, and debug the FileUploaded event handler and look at the event args for SelectedFile, it always passes the first file uploaded. It should have the subsequent files in the variable on the event handler for the other files. I'm looking at the example code you have in the demos for the image gallery. Your demo has this bug which you can see.
Thanks.
Thanks.
5 Answers, 1 is accepted
0

JDT
Top achievements
Rank 1
answered on 12 Jun 2010, 09:05 PM
This is a bug introduced in the latest silverlight release this June. Sp2. Could we get a fix ASAP? in the FileUploaded handler "e.SelectedFile.File" is always the last filename in the list when uploading multiple files. This is causing problems in our application. When fixing it please make sure the return parameters for the handler are also the correct ones for the right file.
Thanks!
Thanks!
0
Hi all,
Yes - we will fix this issue with our next release. Thank you for your immediate feedback on this!
Best wishes,
Valentin.Stoychev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Yes - we will fix this issue with our next release. Thank you for your immediate feedback on this!
Best wishes,
Valentin.Stoychev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Hi JDT,
If you need the fix earlier - please send us a new support ticket and we will send you the updated internal binaries.
Best wishes,
Valentin.Stoychev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
If you need the fix earlier - please send us a new support ticket and we will send you the updated internal binaries.
Best wishes,
Valentin.Stoychev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

AndyRutter
Top achievements
Rank 2
answered on 12 Jul 2010, 07:06 PM
Hi I have a slightly different problem here and am wondering if it is the same bug?
If I upload one file there is no problem.
However on uploading multiple files the selectedfile property appears to always be 1 file out.
It ignores the first file uploaded and sets the selectedfile properties to that of the second file in the list, this then goes on with the selectedfile property always being offset by one. Once it reaches the final file it retrieves the correct properties, so the last 2 files uploaded have the same selectedfile results.
If I upload one file there is no problem.
However on uploading multiple files the selectedfile property appears to always be 1 file out.
It ignores the first file uploaded and sets the selectedfile properties to that of the second file in the list, this then goes on with the selectedfile property always being offset by one. Once it reaches the final file it retrieves the correct properties, so the last 2 files uploaded have the same selectedfile results.
0
Hello BrianTurner,
Please check my response in the support ticket opened by you on the subject.
Sincerely yours,
Vladislav
the Telerik team
Please check my response in the support ticket opened by you on the subject.
Sincerely yours,
Vladislav
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items