maybe your code is inside a function. If this is the case set the var to
global.

Andy


"Georgie Casey" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm trying to let users upload word files through a PHP form but its not
> working! The script keeps telling me that the file path doesn't exist.
> HERE'S THE CODE I USE IN THE FORM PAGE:
>
> <FORM ENCTYPE="multipart/form-data" ACTION="freelancers/uploaded_word.php"
> METHOD="POST">
>               <INPUT TYPE="hidden" name="MAX_FILE_SIZE" value="1000">
>               <p align="center">
>                 <input type="submit" value="Upload" name="submit">
>                 <input type="file" name="wordcv" size="30">
>               </p>
>             </form>
>
> is the code on the form page, when i submit i'm told the $wordcv is a
null.
> WHY??
>
> --
> Regards,
> Georgie Casey
> [EMAIL PROTECTED]
>
> ***************************
> http://www.filmfind.tv
> Ireland's Online Film Production Directory
> ***************************
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to