Something
public text v1 · immutableI want to loop through this array by going file to file, not name/type/etc. keys. How?
Array
(
[name] => Array
(
[0] => money.jpg
[1] => myPhoto.jpg
)
[type] => Array
(
[0] => image/jpeg
[1] => image/jpeg
)
[tmp_name] => Array
(
[0] => /tmp/php21mCLm
[1] => /tmp/phpxB73lc
)
[error] => Array
(
[0] => 0
[1] => 0
)
[size] => Array
(
[0] => 51648
[1] => 37015
)
)