Welcome Guest, Not a member yet? Register   Sign In
uploaded file exceeds the maximum allowed size
#6

[eluser]InsiteFX[/eluser]
Increase Maximum PHP Upload Size
Many shared hosts put very low restrictions on the size of the files that can be uploaded through PHP. But, many hosts also allow you to create your own php.ini file in the root directory of your site. This file can override some of the servers default PHP settings. If not already done simply create a php.ini file and place in the public_html directory of your site. If the server is configured correctly, after inserting this snippet the servers default max upload will be overridden.

For this example it was changed to 20 megabytes.
Code:
; Maximum file size of post data that PHP will accept.
post_max_size = 20M

; Maximum allowed file size for uploaded files.
upload_max_filesize = 20M

InsiteFX


Messages In This Thread
uploaded file exceeds the maximum allowed size - by El Forum - 06-25-2008, 05:27 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-25-2008, 06:32 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-25-2008, 06:36 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-09-2011, 01:48 PM
uploaded file exceeds the maximum allowed size - by El Forum - 06-09-2011, 11:15 PM
uploaded file exceeds the maximum allowed size - by El Forum - 06-10-2011, 01:39 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-10-2011, 09:53 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-10-2011, 11:12 AM
uploaded file exceeds the maximum allowed size - by El Forum - 06-11-2011, 12:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB