This question is locked. New answers and comments are not allowed.
Francesco Mario Mongelli
Top achievements
Rank 1
Francesco Mario Mongelli
asked on 06 Sep 2010, 05:00 PM
Can radupload for silverlight resume a broken upload?
Thanks
Thanks
6 Answers, 1 is accepted
0
Hello Francesco Mario Mongelli,
I am not sure if I understand your scenario correctly, but if you need to restart a canceled upload in code-behind, unfortunately the RadUpload doesn't support such scenarios.
However, if you can elaborate on your scenario a bit more, we will do our best to help you implement it.
Sincerely yours,
Tina Stancheva
the Telerik team
I am not sure if I understand your scenario correctly, but if you need to restart a canceled upload in code-behind, unfortunately the RadUpload doesn't support such scenarios.
However, if you can elaborate on your scenario a bit more, we will do our best to help you implement it.
Sincerely yours,
Tina Stancheva
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
Inna
Top achievements
Rank 1
answered on 30 Aug 2012, 03:04 PM
Hello.
Tell me please, was this feature added in version Telerik RadUpload for Silverlight Q2 2012?
Thanks.
Tell me please, was this feature added in version Telerik RadUpload for Silverlight Q2 2012?
Thanks.
0
Hi Inna,
Tina Stancheva
the Telerik team
The control doesn't support such a resume out-of-the-box. However, if you elaborate on your scenario, we might be able to suggest an approach to customize the RadUpload's behavior to implement your scenario.
Regards,Tina Stancheva
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Inna
Top achievements
Rank 1
answered on 03 Sep 2012, 08:07 AM
My scenario is:
1) Click on Browse and select a large document to upload
2) pull out the network cable on the client machine before document upload finishes
3) Error message displays " Cannot connect to the server, please try again later"
4) plug in the network cable quickly
5) file upload should resume
Result:
Failed at step 5) - file upload cannot be resumed.
How can I to implement this mechanism?
1) Click on Browse and select a large document to upload
2) pull out the network cable on the client machine before document upload finishes
3) Error message displays " Cannot connect to the server, please try again later"
4) plug in the network cable quickly
5) file upload should resume
Result:
Failed at step 5) - file upload cannot be resumed.
How can I to implement this mechanism?
0
Hi Inna,
Can you please try handling the RadUpload FileUploadFailed event to try to resume the upload? You can implement a logic that waits for a while a tries to resume the upload process. Also, the FileUploadFailed event handler gives you access to the error message in case you need to implement your logic only for certain type of errors.
Let me know if that helps.
Regards,
Tina Stancheva
the Telerik team
Can you please try handling the RadUpload FileUploadFailed event to try to resume the upload? You can implement a logic that waits for a while a tries to resume the upload process. Also, the FileUploadFailed event handler gives you access to the error message in case you need to implement your logic only for certain type of errors.
Let me know if that helps.
Regards,
Tina Stancheva
the Telerik team
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
0
Inna
Top achievements
Rank 1
answered on 06 Sep 2012, 10:08 AM
Hi Tina,
I have trouble with resume upload on FileUploadFailed event: ServerNotFound error occured.
Please, write simple example how i can to resolve it.
Thanks.
I have trouble with resume upload on FileUploadFailed event: ServerNotFound error occured.
Please, write simple example how i can to resolve it.
Thanks.