Closed (works as designed)
Project:
Filebrowser
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2013 at 18:16 UTC
Updated:
2 Apr 2013 at 10:38 UTC
I would change the maximum upload file size. I can i do this?
Thanks in advance
Comments
Comment #1
clivesj commentedThe maximum size of the upload file is not regulated by FileBrowser.
It is set in your php.ini file. If you have access to your php.ini file you need to change the value:
(Or ask your provider to do it for you)
upload_max_filesize = 2M
to the size required. In the example above it is set to 2 MB.
Here you have some good instructions: http://drupal.org/node/97193
Comment #2
clivesj commentedComment #2.0
clivesj commentedModify question