[PHP] Re: uploading a file via php - i need some simple code

2002-07-03 Thread Richard Lynch
>I am having the worst trouble trying to write a tiny simple script that >will upload a file. Below is my code - can anyone tell me why it's not >working > >HTML > >enctype="multipart/form-data"> > > > > > >PHP (upload.php) > >$filename = "/test.txt"; >if (!move_uploaded_file($userf

[PHP] Re: uploading a file via php - i need some simple code

2002-07-03 Thread Philip Hallstrom
Read http://www.php.net/manual/en/features.file-upload.php On Wed, 3 Jul 2002, Phil Schwarzmann wrote: > I am having the worst trouble trying to write a tiny simple script that > will upload a file. Below is my code - can anyone tell me why it's not > working > > HTML > > enctype="multipar