Re: $_POST value disappearing?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 2 August 2011 16:04, Donovan Brooke <lists@xxxxxxx> wrote:
> Hello!,
>
> I must not be understanding something as I would expect 'f_file'
> to show up in the print_r below.:
>
> ---form--
> <form action="index.php" method="post" enctype="multipart/form-data">
>  <input type="hidden" name="f_ap" value="upload" />
>  <input type="hidden" name="f_action" value="doit" />
>  <input type="file"  name="f_file" />
>  <input type="submit" value="Upload" />
> </form>
> ---endform--
>
> --index.php--
> <?php print_r($_POST); ?>
> --/index.php--
>
>
>
>
> The result I get is:
> ------------
> Array
> (
>    [f_ap] => upload
>    [f_action] => doit
> )
> -----------
>
> Can someone enlighten me?

Check out $_FILES for the file upload information.



-- 
Richard Quadling
Twitter : EE : Zend : PHPDoc
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY : bit.ly/lFnVea

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux