Wednesday, 28 August 2013

Handling HTTP errors in PHP file upload

Handling HTTP errors in PHP file upload

@is_uploaded_file($_FILES[$fieldname]['tmp_name'])
or error('not an HTTP upload', $uploadForm);
If I have the above and upon validation if the error is true what does the
error mean?

No comments:

Post a Comment