[PHP]
post_max_size = 16M
upload_max_filesize = 8M
Quote
# Values required to enable big uploads:
# Up to 10MB - leave some extra space.
php_value upload_max_filesize 11M
# Files are sent by POST so the post_max_size has to be even bigger.
php_value post_max_size 12M
# PHP receives the files, so this value has to be even bigger
php_value memory_limit 15M
# 15min timeout is usually enough - otherwise uploads are cancelled by a timeout message...
php_value max_execution_time 900
# Set the session timeout to 2 hours (7200s).
php_value session.gc_maxlifetime 7200
Category Forum
System Administration - 8Labels
None yet
Statistics
7 participants
Notifications
You are not receiving notifications from this thread.
Related Questions