Help! uploading big files with PHP
Posted by: ezbackgrounds
Posted on: 2007-04-11 19:16:00
I am trying to upload a 9.5M file through a PHP script interface. It seems like the max size for file uploads in PHP is 8M by default.
Is there anyway I can change this? I believe the variable upload_max_filesize in the php.ini file can be set but can I change the php.ini script?
If so, how would I do that? Can I just make a copy to my directory where the script is?...and if that works, hope that the main one doesn't change...?
Thanks!