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

[Solved] DocumentManager filesize

1 Answer 44 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.
Morten Riis
Top achievements
Rank 1
Morten Riis asked on 27 Feb 2007, 10:26 AM
Hi

I have an issue with the DocumentManager... the allowed size of the documents is set to 0kb

How do I change this size, web.config, XML or a third thing?

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 27 Feb 2007, 01:13 PM
Hi Morten,

You can change the maximum allowed file sizes for upload from the editor's configuration file (ConfigFile.xml). The file is located in the /RadControls/Editor/ folder of the SharePoint site. You need to change the MaxDocumentSize property. For Example:

<property name="MaxDocumentSize">512000</property>

will set the max document size to 512,000 bytes.

Greetings,
Lini
the telerik team
Tags
RadEditor
Asked by
Morten Riis
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or