Class CodeIgniter\HTTP\Files\UploadedFile

extends File
implements 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
Methods inherited from CodeIgniter\Files\File
getSize(), getSizeByUnit(), getMimeType(), getRandomName(), getDestination()
Methods inherited from SplFileInfo
getPath(), getFilename(), getBasename(), getPathname(), getPerms(), getInode(), getOwner(), getGroup(), getATime(), getMTime(), getCTime(), getType(), isWritable(), isReadable(), isExecutable(), isFile(), isDir(), isLink(), getLinkTarget(), getRealPath(), getFileInfo(), getPathInfo(), openFile(), setFileClass(), setInfoClass(), __toString(), __debugInfo(), _bad_state_ex()
Properties
Properties inherited from CodeIgniter\Files\File
$size,