Wanted to know if the upload control for silverlight has a built in mechanism to check if the file uploaded to the server is completely intact and the same exact file both on the client and server.
Thanks!
3 Answers, 1 is accepted
0
Valentin.Stoychev
Telerik team
answered on 27 May 2010, 10:05 AM
Hi JDT,
We don't have such functionality enabled in the control itself, but we have the needed events and the infrastrucure for users to extend it and to provide such check. You can make a crc checksum and to pass it as a parameter to the upload handler and to compare. We are not aware of a tool that will create the crc checksum of a file in silverlight. You can check this .net tool, but it will require a Silverlight porting to be used in SL app: http://downloadnew.org/development/components-libraries/crc-net-control-58847.html
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.
I see that your question was answered in the other thread. Please let us know if you need more help.
All the best,
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.