Method | Description | |
---|---|---|
contents ( ) : string | Get the body of the file. | |
extension ( ) : string | Get the extension of the file. | |
filename ( ) : string | Get the name of the file. | |
getSource ( ) : mixed | Get the underlying source. | |
mimeType ( ) : string | Get the MIME type of the file. | |
path ( ) : string | Get the absolute path to the file. | |
size ( ) : integer | Determine the size of the file. | |
valid ( ) : boolean | Check if the file can be transfered. |