Property | Type | Description | |
---|---|---|---|
$fake | |||
$files | |||
$uploaded |
Method | Description | |
---|---|---|
__construct ( $uploaded ) | ||
arrayify ( $files ) | ||
exif ( $file ) | ||
id3_validate_type ( $file ) | ||
init ( type $files ) : type | Initialize the upload process | |
is_valid_type ( type $file ) : boolean | Check for valid file types for rtMedia | |
populate_file_array ( type $file_array ) | gather the file information for upload process | |
process ( ) | core process of upload | |
safe_unlink ( $file_path ) | ||
set_file ( $files ) | ||
unset_invalid_files ( ) | Remove invalid files | |
upload_dir ( $upload_dir ) |
public init ( type $files ) : type | ||
$files | type | |
return | type |
public is_valid_type ( type $file ) : boolean | ||
$file | type | |
return | boolean |
public populate_file_array ( type $file_array ) | ||
$file_array | type |