Uploaded Files
Package:
Summary:
Iterate over the uploaded files list
Groups:
Author:
Description:
This class can be used to iterate over the uploaded files list.
It can retrieve details of the $_FILES array and rebuilds the array to include the each uploaded file as entry of the array of details for each file.
The class inherits from the ArrayObject array so the resulting files array can be traversed with regular array access functions.
It can retrieve details of the $_FILES array and rebuilds the array to include the each uploaded file as entry of the array of details for each file.
The class inherits from the ArrayObject array so the resulting files array can be traversed with regular array access functions.
Comments are closed.