ar\http\files

This module contains methods to access uploaded files.

methods

(array)lsReturns a list with all uploaded files. A copy of the PHP $_FILES array.
(object)getFileReturns a ar_content_filesFile object for the given uploaded file.
(object)registryReturns the ariadne uploaded file registry to handle uploaded files in later requests.