Interface CodeIgniter\HTTP\Files\UploadedFileInterface

Value object representing a single file uploaded through an HTTP request. Used by the IncomingRequest class to provide files.

Typically, implementors will extend the SplFileInfo class.

Methods