Welcome Guest, Not a member yet? Register   Sign In
Uploading LARGE Files
#2

[eluser]sotoz[/eluser]
Be sure that your php.ini file has appropriate settings

Code:
; Maximum allowed size for uploaded files.
upload_max_filesize = 40M

; Must be greater than or equal to upload_max_filesize
post_max_size = 40M

Also have in mind that in some server configurations you have to set these on the php.ini file and you can't alter them at runtime


Messages In This Thread
Uploading LARGE Files - by El Forum - 06-24-2013, 08:10 AM
Uploading LARGE Files - by El Forum - 06-24-2013, 11:33 AM
Uploading LARGE Files - by El Forum - 06-24-2013, 12:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB