Quick question... how do I get the information out of the $imageFile array
that is here in the phpinfo?


      HTTP_POST_FILES["imageFile"] Array
(
    [name] => Array
        (
            [0] => 101x_button.gif
            [1] => am_button.gif
        )

    [type] => Array
        (
            [0] => image/gif
            [1] => image/gif
        )

    [tmp_name] => Array
        (
            [0] => /tmp/phpCEMAXc
            [1] => /tmp/phpVN1Cd9
        )

    [size] => Array
        (
            [0] => 1093
            [1] => 2866
        )

)





-- 
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