Upload.MaxFileSize to something else but when i push the upload button it still tells me the max size is 200 kb. Thanks
4 Answers, 1 is accepted
The change should be done in the RadFileExplorer's Configuration property -
// 2000KB or ~2MB
RadFileExplorer1.Configuration.MaxUploadFileSize = 2000 * 1024;
The .Upload property is used to access the RadUpload control in the file explorer directly and if you set the size there, it will eventually be overridden by the size set in the Configuration property.
Kind regards,
Lini
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Since I am using the MOSS RadEditor Hi; we've fixed the issue by modifying the
<property name="MaxMediaSize">51200000</property> |
<property name="MaxFlashSize">51200000</property> |
in the listconfigfile.xml and configfile.xml in the resource folder.
On a side note, I think it's silly that such properties are removed from the config files. Wouldn't it better to have all the properties listed in the config files, and commented out, so that users wouldn't have to go digging around the internet to figure out what the property names are?.
Also on another note, even though we were able to successfully increase the upload size , We still can't use the media manager and flash manager in SharePoint lists, because sharepoint erases anything with an "<object>" tag. Very disappointing. I hope Telerik is working with microsoft on a fix for this. i've seen posts such as http://erte.codeplex.com/ that suggest this is a deffinite possibility.
thanks
Charles