[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: is the code on the

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 > tag > > ENCTYPE goes in the FORM tag, I think... maybe, but this is copied straight out

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

2001-01-15 Thread Richard Lynch
> 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 tag ENCTYPE goes in the FORM tag, I think... > on the form, along with a submit button. (yeah, the rest of the HTML is > fine

[PHP] uploading files through php-generated scripts

2001-01-15 Thread David P. Schwartz
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 tag on the form, along with a submit button. (yeah, the rest of the HTML is fine...) The script gets the file, uploads it, and the $my