Jason Wong wrote: > How did you ascertain this? What does print_r($_FILES) show? Unless you're > using a broken browser it *should* work.
i tried both IE6 and Firebox 1.0, both do the same.
does appear its being passed.. doesn't it? array:
Array
(
[image] => Array
(
[name] => Array
(
[0] => image1.jpg
[1] =>
[2] => image2.jpg
[3] =>
[4] =>
[5] => image3.jpg
)
[type] => Array
(
[0] => image/pjpeg
[1] =>
[2] => image/pjpeg
[3] =>
[4] =>
[5] => image/pjpeg
)
[tmp_name] => Array
(
[0] => /tmp/php6ubg5D
[1] =>
[2] => /tmp/phpYjSRr2
[3] =>
[4] =>
[5] => /tmp/phpuqTWXO
)
[error] => Array
(
[0] => 0
[1] => 4
[2] => 0
[3] => 4
[4] => 4
[5] => 0
)
[size] => Array
(
[0] => 83330
[1] => 0
[2] => 83330
[3] => 0
[4] => 0
[5] => 83330
)
)
)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

