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

Max file size allowed:200.00 KB

4 Answers 573 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
David Austin
Top achievements
Rank 1
David Austin asked on 05 Mar 2010, 03:44 PM
Is it possable to change the "Max file size allowed:200.00 KB" from 200.00kb to something else? I have changed the the

 

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

Sort by
0
David Austin
Top achievements
Rank 1
answered on 08 Mar 2010, 04:13 PM
Please close forum question. Figured it out.
0
Charles Faramarzi-rad
Top achievements
Rank 1
answered on 09 Jun 2010, 05:27 PM
Hi Dave;
Could you let us know how you figured it out. I"m having the same issue.

thanks
Charles
0
Lini
Telerik team
answered on 10 Jun 2010, 07:42 AM
Hi Charles,

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.
0
Charles Faramarzi-rad
Top achievements
Rank 1
answered on 10 Jun 2010, 05:23 PM
HI
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

Tags
FileExplorer
Asked by
David Austin
Top achievements
Rank 1
Answers by
David Austin
Top achievements
Rank 1
Charles Faramarzi-rad
Top achievements
Rank 1
Lini
Telerik team
Share this question
or