
Important system variables:
These values are set in the "php.ini" file.
"post_max_size" - Maximum total size of upload: 1024M
"upload_max_filesize" - Maximum size of any individual file: 512M
"max_file_uploads" - Maximum number of files per upload: 20
These can only be changed by a sys_admin on the server.