Summary
- File
- Package hierarchy HTTP\upload
- Class hierarchy \UploadedFile
Represents a HTTP uploaded file
Represents a HTTP uploaded file
__construct( $name, $mime_type, $size, $tmp_name)
$name | ||
$mime_type | ||
$size | ||
$tmp_name |
None found |
get_name()
None found |
get_name_without_extension()
None found |
get_extension()
None found |
get_mime_type()
None found |
get_size()
None found |
get_temporary_filename()
None found |
save(\File $destination)
Saves the uploaded file on the server's filesystem.
\File | $destination | The destination file |
None found |