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

[Solved] Rad Editor in Wiki 200k Max

1 Answer 15 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
JoshAnderson
Top achievements
Rank 1
JoshAnderson asked on 20 Jun 2008, 04:27 PM
When Uploading an image I get a 200k limitation. is this a limitation on the lite version or is there a way to increase that?

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 24 Jun 2008, 08:16 AM
Hi,

You can increase the limit by adding the MaxImageSize property in the editor configuration file. See http://www.telerik.com/help/aspnet-ajax/set-properties-via-config-file.html for more details.

You need to edit the ListConfigFile.xml and add the following line:

<property name="MaxImageSize">1000000</property>

The property value is in bytes - e.g. 1000000 bytes means 976.56 KB. Note that if you set a very large value, you might need to modify the MaxRequestLength in the MOSS application's web.config file (http://msdn.microsoft.com/en-us/library/e1f13641.aspx).

Regards,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
RadEditor
Asked by
JoshAnderson
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or