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

DNN Provider set max image/document/etc upload filesize

3 Answers 81 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 01 Aug 2008, 01:57 AM
We are at a loss with how to get RadEditor, when used as an html editor provider within DNN, to configure to allow an upload size greater than the default.  We have tried adding the various MaxUploadFileSize properties inline as part of the provider entry in the web.config - that did not work.  We tried setting the configfile attribute in the web.config provider entry and setting the skin and file size attributes there.  The skin setting worked, but the max file upload size settings were not recognized.

Can you please specify the exact steps to be able to set the properties of the RadEditor when used as a provider in DNN?  Is it even possible?  Why did the Skin setting in the config file get picked up, but the others were ignored?

I'd greatly appreciate your help in this matter.

We are using 2008.Q2 of Telerik and 4.8.3 of DNN.

Thanks!

Michael

3 Answers, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 04 Aug 2008, 06:00 PM
Telerik,

Can you reply to this post?

Thanks!

Michael
0
Accepted
George
Telerik team
answered on 05 Aug 2008, 12:16 PM
Hi Michael,

Please review bellow how to achieve the  desired behavior:

Open the DesktopModules\TelerikWebUI\RadEditorProvider\ConfigFile.xml and set the editor's MaxImageSize property as follows:

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

Save the ConfigFile.xml and test the behavior.

I hope this helps.

Sincerely,
George
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Michael
Top achievements
Rank 1
answered on 06 Aug 2008, 01:45 AM
That did the trick - thanks!

Michael
Tags
Editor
Asked by
Michael
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
George
Telerik team
Share this question
or