It looks like you're new here. If you want to get involved, click one of these buttons!
; Maximum size of POST data that PHP will accept.
post_max_size = 50M
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; upload_tmp_dir = tmp
; Maximum allowed size for uploaded files.
upload_max_filesize = 50M
php_flag file_uploads On
php_value upload_tmp_dir temporarydir
php_value upload_max_filesize 50M
php_value post_max_size 50M