Home >Backend Development >PHP Tutorial >Solve the problem of errors when uploading large files in PHP
Restart the Web Server, OK! If there is an error but no prompt message, you can open the PHP log file and record the error log in case you encounter problems. Write the log to the specified file: error_log = "/path/to/error.log" For Windows systems, you can write the log to the system log: error_log = syslog |