Click to See Complete Forum and Search --> : Set Upload Max Filesize


Dysan
01-04-2008, 10:05 AM
Using phpinfo(), I looked at the "Upload Max Filesize". Currently its set at 16M. How do I change this to 1GB?

TheBearMay
01-04-2008, 10:19 AM
In PHP.INI find and change

; Maximum allowed size for uploaded files.
upload_max_filesize = 1024M

; Maximum size of POST data that PHP will accept.
post_max_size = 1024M