PHP upload size and its impact on post size and memory limit
问题 My PHP web application requires files (about 2.5 to 3 GB in size) to be uploaded to the server. How will this impact on following directives ? what are the required values in my case? post_max_size upload_max_filesize memory_limit Your help will greatly be appreciated. 回答1: post_max_size should be 3G upload_max_filesize should be 3G memory_limit depends!!! what you are going to do with the file. If you are going to manipulate the file or do other memory intensive jobs, then you will need to