Hi. I'm trying to update my php.ini file to allow file uploads of 60M. Is this possible?
Would I change the following to this:
memory_limit = 62M post_max_size = 61M upload_max_filesize = 60M
Is there anything else I need to do?
Why not test it out? :mad:
I did try it out.. the post_max_size doesn't seem to want to go that high.
did you restarted the apach module aftr uploading it?