Thursday, July 16, 2009

PHP file upload

in php.ini, change the default 2M to the value that i want

upload_max_filesize = 1000M
post_max_size = 1000M
memory_limit = 128M

source

No comments:

Post a Comment