Author Topic: Settings for file type and size?  (Read 4151 times)

msauter

  • Full Member
  • ***
  • Posts: 118
    • View Profile
Settings for file type and size?
« on: October 21, 2008, 12:08:16 am »
When I upload a new file into "Documents" there is a message:

"You can upload files of any type. Max filesize you are allowed to upload is 32MB"

Is there a possibility to change these settings as an admin?

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Settings for file type and size?
« Reply #1 on: October 21, 2008, 10:02:09 am »
This is a PHP configuration. You can change it in your php.ini file. The config options you should change are: max_execution_time, post_max_size and upload_max_filesize.