This question is locked. New answers and comments are not allowed.
bspolarich
Top achievements
Rank 1
bspolarich
asked on 04 Sep 2007, 09:15 PM
How does one increase the Max File Size for image uploads in WSS3 with the free version?
4 Answers, 1 is accepted
0
Hi,
You need to set the MaxImageSize property in the editor configuration file:
<property name="MaxImageSize">204800</property>
the value of the property is the maximum allowed image size in bytes (in this case 200KB). See the editor documentation for more information about setting properties in the config file and which config file to use (ConfigFile.xml for web parts and WCM fields, ListConfigFile.xml for list fields, wikis, blogs, etc.). The default location for the configuration file is \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.3.2.0__1f131a624888eeed\RadControls\Editor\.
Sincerely yours,
Lini
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You need to set the MaxImageSize property in the editor configuration file:
<property name="MaxImageSize">204800</property>
the value of the property is the maximum allowed image size in bytes (in this case 200KB). See the editor documentation for more information about setting properties in the config file and which config file to use (ConfigFile.xml for web parts and WCM fields, ListConfigFile.xml for list fields, wikis, blogs, etc.). The default location for the configuration file is \Program Files\Common Files\Microsoft Shared\web server extensions\wpresources\RadEditorSharePoint\4.3.2.0__1f131a624888eeed\RadControls\Editor\.
Sincerely yours,
Lini
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
bspolarich
Top achievements
Rank 1
answered on 06 Sep 2007, 01:42 PM
Thanks! Is there documentation somewhere I've missed that details all of the config file options?
0
Hi,
The resource you are looking for is the RadEditor documentation. It is available online at http://www.telerik.com/help/aspnet/editor/. The page, which lists all available properties for the config file is http://www.telerik.com/help/aspnet/editor/?UsingTheConfigFileXML.html.
Note, that since this is the default RadEditor documentation, some properties might be missing or have a different meaning in the MOSS version. For example, the MOSS editor uses SharePoint libraries to browse/upload images, documents, etc. This means that the UploadImagesPaths and DeleteImagesPaths properties have no meaning and are not used. Whether a user can upload or delete is decided by the SharePoint security configuration. SaveInFile and ShowSubmitCancelButtons should not be modified as well, since the content is automatically saved in the SharePoint database. All other properties have the same meaning in both versions of the RadEditor control.
The MOSS specific help is available at http://www.telerik.com/help/radeditormoss/. The same documentation is also available from the .CHM file, which comes with the RadEditor for MOSS download.
Best wishes,
Lini
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
The resource you are looking for is the RadEditor documentation. It is available online at http://www.telerik.com/help/aspnet/editor/. The page, which lists all available properties for the config file is http://www.telerik.com/help/aspnet/editor/?UsingTheConfigFileXML.html.
Note, that since this is the default RadEditor documentation, some properties might be missing or have a different meaning in the MOSS version. For example, the MOSS editor uses SharePoint libraries to browse/upload images, documents, etc. This means that the UploadImagesPaths and DeleteImagesPaths properties have no meaning and are not used. Whether a user can upload or delete is decided by the SharePoint security configuration. SaveInFile and ShowSubmitCancelButtons should not be modified as well, since the content is automatically saved in the SharePoint database. All other properties have the same meaning in both versions of the RadEditor control.
The MOSS specific help is available at http://www.telerik.com/help/radeditormoss/. The same documentation is also available from the .CHM file, which comes with the RadEditor for MOSS download.
Best wishes,
Lini
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Harsha Harish
Top achievements
Rank 1
answered on 10 Aug 2009, 02:53 PM
How do i set/change the text, which is shown in the upload option window , about the file size.. The default is 200kb, but if i made a change to the maxsize where do i change the text to it indicates the change..
Thanks
Thanks