Re: [PHP] Missing posted variables in target script when multipart/form-data is set

2002-06-07 Thread Ed Greenberg
"Jason Wong" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Friday 07 June 2002 12:32, Ed Greenberg wrote: > > I have a small test script which fails when enctype="multipart/form-data" > > is set. > > > Have you enabled file uploads in php.ini? > > -- Prob

Re: [PHP] Missing posted variables in target script when multipart/form-data is set

2002-06-06 Thread Jason Wong
On Friday 07 June 2002 12:32, Ed Greenberg wrote: > I have a small test script which fails when enctype="multipart/form-data" > is set. > > > Your name: > You age: > You file: > > > When the above is submitted to action.php, $_POST and $HTTP_POST_VARS are > both empty. If I remove the enctyp