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

File integrity CRC check

3 Answers 63 Views
Upload
This is a migrated thread and some comments may be shown as answers.
JDT
Top achievements
Rank 1
JDT asked on 26 May 2010, 01:14 AM
Hi telerik,

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

Sort by
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

Please check the following help articles for using the events and passing the parameters.
http://www.telerik.com/help/silverlight/radupload-features-upload-service-parameters.html
http://www.telerik.com/help/silverlight/radupload-events-overview.html
http://www.telerik.com/help/silverlight/radupload-events-event-cycles.html

Please let us know how it goes.

Regards,
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
JDT
Top achievements
Rank 1
answered on 27 May 2010, 10:27 PM
Valentin,

Thank you for your response. I can't implement your suggestion since I can't access the file locally. Please see my post 


Regards.
0
Valentin.Stoychev
Telerik team
answered on 02 Jun 2010, 11:45 AM
Hi JDT,

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.
Tags
Upload
Asked by
JDT
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
JDT
Top achievements
Rank 1
Share this question
or