>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
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
2 matches
Mail list logo