Login
Remember
Register
Ask a Question
How can we get the error when there is a problem to upload a file?
0
votes
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
How can we get the error when there is a problem to upload a file?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 23, 2019
by
anonymous
$_FILES['userfile']['error'] contains the error code associated with the uploaded file.
...