I would change the maximum upload file size. I can i do this?

Thanks in advance

Comments

clivesj’s picture

The 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

clivesj’s picture

Status: Active » Closed (works as designed)
clivesj’s picture

Issue summary: View changes

Modify question