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

Large files / images uloaded incorectly

1 Answer 55 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Arkadiusz
Top achievements
Rank 1
Arkadiusz asked on 02 Mar 2011, 10:51 PM
Hi,

I have problem with large images being corrupted  (not fully uploaded) by RadAsynUpload control.

I was able to reproduce that issue on the demo page: http://demos.telerik.com/aspnet-ajax/upload/examples/async/webmail/defaultcs.aspx?product=asyncupload

On the demo page only 108KB of 4MB sample image was uploaded.

Sample image that got corrupter: http://rapidshare.com/files/450641510/Cup_Original.JPG
Simple project where I was able to reproduce the issue: http://rapidshare.com/files/450641568/RadAsynUploader.zip

Please advise.

Thanks,
Arek

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 08 Mar 2011, 10:08 AM
Hi Arkadiusz,

Thank you for pointing this issue to us. We have resolved the issue for the upcoming Q1 release. It was an issue with the Silverlight module of RadAsyncUpload returning invalid content length. In order to temporary workaround it(until the release is out) please disable Silverlight using the following code:

<script type="text/javascript">
     Telerik.Web.UI.RadAsyncUpload.Modules.Silverlight.isAvailable = function() { return false; }
 </script>

Please paste this script before the RadAsyncUpload declaration.

Regards,
Genady Sergeev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
AsyncUpload
Asked by
Arkadiusz
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or