PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.