[PHP] Uploading Files through PHP

2002-02-27 Thread Georgie Casey
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

Re: [PHP] uploading files through php-generated scripts

2001-01-15 Thread David P. Schwartz
Richard Lynch wrote: I've got a strange thing with overriding an ini file in PHP. I'm trying to implement a simple example of a script that allows a file to be uploaded. I put an INPUT TYPE="file" NAME="myfile" ENCTYPE="multipart/form-data" tag ENCTYPE goes in the FORM tag, I