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

RadUpload doesn't return 'RadUAG_chunkTag' on cancel

1 Answer 52 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Shawn Burke
Top achievements
Rank 1
Shawn Burke asked on 16 Oct 2009, 01:25 AM
Hi,

Could you please add the following code to the SendCancelRequest method of the FileUploader class:

if (this.ChunkTag != null)
{
   formParams.Add(RadUploadConstants.ParamNameChunkTag, this.ChunkTag);
}

Thank you

1 Answer, 1 is accepted

Sort by
0
Ivan
Telerik team
answered on 16 Oct 2009, 08:19 AM
Hi Shawn Burke,

Thank for the clever suggestion.
We updated your Telerik Points.

Kind regards,
Ivan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Upload
Asked by
Shawn Burke
Top achievements
Rank 1
Answers by
Ivan
Telerik team
Share this question
or