Uploading large files
Posted: Sat Dec 31, 2005 9:54 am
I can find pieces of this subject, but not enough to really put it all together.
I've been using the file uploading process successfully, but now I need to override the maximum file size which is defined in the PHP configuration file on the server. It's a shared host and I can't change the ini file directly, so what do I need to do in addition to setting the MAX_FILE_SIZE?
I'm okay with the temp location and moving it, and with access rights. I just need to get it to quit telling me the file is too big.
Thanks (in advance).
I've been using the file uploading process successfully, but now I need to override the maximum file size which is defined in the PHP configuration file on the server. It's a shared host and I can't change the ini file directly, so what do I need to do in addition to setting the MAX_FILE_SIZE?
I'm okay with the temp location and moving it, and with access rights. I just need to get it to quit telling me the file is too big.
Thanks (in advance).