PDA

View Full Version : How can we get the error when there is a problem to upload a file?



seo.gops
09-03-2021, 02:41 PM
How can we get the error when there is a problem to upload a file?

jesica
09-03-2021, 04:58 PM
PHP returns an appropriate error code along with the file array. The error code can be found in the error segment of the file array that is created during the file upload by PHP.