ar\http\files
This module contains methods to access uploaded files.
methods
(array) | ls | Returns a list with all uploaded files. A copy of the PHP $_FILES array. |
(object) | getFile | Returns a ar_content_filesFile object for the given uploaded file. |
(object) | registry | Returns the ariadne uploaded file registry to handle uploaded files in later requests. |