0 votes
in PHP by
How can we get the error when there is a problem to upload a file?

1 Answer

0 votes
by

$_FILES['userfile']['error'] contains the error code associated with the uploaded file.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
...