IMG-LOGO

How to change the maximum file upload size in RadEditor?

andy - 02 Sep, 2013 3991 Views 0 Comment

You may encounter an error message said that you could not upload the file more than 1MB in RadEditor (Text Editor) in DNN. In this tutorial, we will show how you can change the setting to allow higher upload file size.

Note: The following scenario is applied to DNN version 6.x.x with RadEditor is set as the default text editor provider.

Go to your root folder > DesktopModules > Admin > RadEditorProvider.

radeditor config file

Look for the following words MaxDocumentSize and MaxImageSize, just replace the size of 1024000 to 8024000 which is 8MB.

Comments

There are no comments available.

Write Comment
0 characters entered. Maximum characters allowed are 1000 characters.

Related Articles

How to change copyright text in DNN?

In this article, I am going to show you how to change the copyright text in DNN. Usually, a copyright text is located under the footer of the site template.