As the sysadmin of a LAMP box I am being asked to raise the upload capacity of php/html forms to something around 70 MB. I believe the server can handle it since it has two quad cores and 4 Gig RAM. I also don't have any costly bandwidth limitation. So, since the limit in the standard php.ini is usually at 2MB I wonder, is there any other issue I should consider before changing my upload_max_filesize and post_max_size or can I go with it safely?
Thanks for any hint!