On Friday 25 January 2002 22:08, Todd Cary wrote:
> Jason -
>
> Using the recommended HTML, everything works *except* the file does not
> become part of the data sent back to the server.  In fact, the VALUE
> from the INPUT element is not received (e.g. $filename==
> $HTTP_POST_VARS[filename];).  I am using RH Linux 7.2 with Apache.  Is
> there a parameter in the Apache that needs to be set for file uploads?
>

If in doubt please check the manual. 

The uploaded file info are found in $HTTP_POST_FILES not $HTTP_POST_VARS.

If you're using php-4.1.0 or above please check manual as $HTTP_POST_FILES 
will be deprecated in the near future.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Dying is easy.  Comedy is difficult.
                -- Actor Edmond Gween, on his deathbed.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to