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

Corrupted files with RadUpload on IIS7

2 Answers 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Simonas
Top achievements
Rank 1
Simonas asked on 20 Feb 2012, 01:11 PM
Hello,

We are using 2.3.1.0 version RadUpload control in our ASP.NET application. In some cases we are having troubles uploading big files (>5MB) to server. Parts of the file gets corrupted, for example PDF gets written over in the middle of the file. Seems like the issue appears only from specific computers/networks, so that must be associated with client side configuration (locale, antivirus, network settings) that RadUpload is not handling. Please let me know if that's a known issue or how I could approach this. 

Regards,
Simonas

2 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 23 Feb 2012, 12:50 PM
Hi Simonas,

Unfortunately we no longer provide support for the classic RadControls. You can refer to our Support Lifecycle Policy for more detailed information.
 
Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Simonas
Top achievements
Rank 1
answered on 23 Feb 2012, 01:05 PM
Hi,

Seems like configuration in web.config does fix the problem:
<add key="Telerik.RadUpload.TempFolder" value="C:\some_folder"/>

Specified folder needs to have all required rights - not sure how these were different from the default Rad temporary folder though..

Simonas
Tags
General Discussions
Asked by
Simonas
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Simonas
Top achievements
Rank 1
Share this question
or