Click to See Complete Forum and Search --> : Trying to upload a file !!


gogelpot
05-03-2007, 03:08 PM
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.

<b>Upload CV:</b>
<input type="file" name="leer" value="" size=50">
<br><br>


and the code in my php backend looks like this (line 53):

$size = $_FILES['leer']['size'];

What am I missing here?

JayM
05-03-2007, 04:54 PM
Do you have form enctype="multipart/form-data"?