Home >Backend Development >PHP Tutorial >What should I do if I get an error when uploading a large file in php fastcgi mode?
If it is a php+apache windows environment, refer to the following configuration and find it in php.ini upload_max_filesize, and other post_max_size, max_input_time, memory_limit, max_execution_time configuration Modify the upload file size and then restart the apache server. |