Function __global->get_upload_file_array
Definitions
sources/uploads.php
- In Tapatalk files may be passed as arrays, so abstract that complexity.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$name | ID_TEXT | required parameter | N/A | N/A | The name of the HTTP file parameter storing the upload |
$filearrays | array | required parameter | N/A | N/A | Where we are storing our file arrays |