When uploading multiple files, the $_FILES variable is created in the form:
Array
(
[name] => Array
(
[0] => foo.txt
| <?php | |
| /** | |
| * stream - Handle raw input stream | |
| * | |
| * LICENSE: This source file is subject to version 3.01 of the GPL license | |
| * that is available through the world-wide-web at the following URI: | |
| * http://www.gnu.org/licenses/gpl.html. If you did not receive a copy of | |
| * the GPL License and are unable to obtain it through the web, please | |
| * |