When uploading multiple files, the $_FILES variable is created in the form:
Array
(
[name] => Array
(
[0] => foo.txt
| /** | |
| * FILTRNI | |
| * | |
| * Applies input restrictions on input elements. | |
| * Add 'filtrni-input' CSS class and a 'filtrni-type' attribute to the input. | |
| * Supported types: | |
| * tinyint, smallint, int, bigint, decimal(n,p), numeric(n,p), real, float, double | |
| * Use 'unsigned' before name type to prevent signal (+ and -) | |
| * | |
| * @author github.com/collei <alarido.su@gmail.com> |
| <?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 | |
| * |