5099 Posts in 1519 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 892 Views |
-
replacement for setMaxFileSize?

28 January 2010 at 1:46pm
Hi,
I would like to limit the global upload-limit for some filetypes.
So I found the following method, that was used in older ss-versions (and is still mentioned in the api):
File::setMaxFileSize(1024*1024*10, 1024*1024*10, 'jpg');
But as far as I can see in 2.3.x and 2.4.0alpha it isn't in core anymore.
Is there a global replacement for it?
-
Re: replacement for setMaxFileSize?

1 February 2010 at 10:09am
Hmm you can set AssetAdmin::$allowed_max_file_size for the cms, and then you can set setAllowedMaxFileSize on upload fields, but I can' find global setting. And I think there is none, see http://open.silverstripe.org/changeset/64402 , it says:
API CHANGE Removed deprecated File->setMaxFileSize(), use Upload class
cheers
mat
| 892 Views | ||
|
Page:
1
|
Go to Top |

