Hi can any one pls help me?
I get the following error message:
Notice: Undefined index: leer in C:\Xitami\webpages\4G\Registercv.php on line 53
This happens when I try to upload a file to the server.
My code of the form that I am uploading from looks like this.
and the code in my php backend looks like this (line 53):Code:<b>Upload CV:</b> <input type="file" name="leer" value="" size=50"> <br><br>
What am I missing here?Code:$size = $_FILES['leer']['size'];


Reply With Quote
Bookmarks