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

Rad Editor's MaxUploadFileSize What is maximum value that can be set?

1 Answer 238 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Avi
Top achievements
Rank 1
Avi asked on 01 Oct 2009, 06:28 AM
Hi,
         I wanted to upload large files using the RadEditor.

So set this property

 
<DocumentManager MaxUploadFileSize="4294967296"/> 


But it gives error

Cannot create an object of type 'System.Int32' from its string representation '4294967290' for the 'MaxUploadFileSize' property

Please help.

Avi


1 Answer, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 01 Oct 2009, 01:18 PM
Hi Avi,

The max value is 2147483647 (e.g. 2GB). This limitation comes from the max value for maxRequestLength which is 1GB for .NET 1.x and 2GB for .NET 2.x.




Sincerely yours,
Georgi Tunev
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
Editor
Asked by
Avi
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or