dolibarr 18.0.6
|
This class is used to manage file upload using ajax. More...
Public Member Functions | |
__construct ($options=null, $fk_element=null, $element=null) | |
Constructor. | |
get () | |
Output data. | |
post () | |
Output data. | |
delete () | |
Delete uploaded file. | |
Protected Member Functions | |
getFullUrl () | |
Return full URL. | |
setFileDeleteUrl ($file) | |
Set delete url. | |
getFileObject ($file_name) | |
getFileObject | |
getFileObjects () | |
getFileObjects | |
createScaledImage ($file_name, $options) | |
Create thumbs of a file uploaded. | |
validate ($uploaded_file, $file, $error, $index) | |
Enter description here ... | |
upcountNameCallback ($matches) | |
Enter description here ... | |
upcountName ($name) | |
Enter description here ... | |
trimFileName ($name, $type, $index) | |
trimFileName | |
handleFileUpload ($uploaded_file, $name, $size, $type, $error, $index) | |
handleFileUpload. | |
This class is used to manage file upload using ajax.
Definition at line 31 of file fileupload.class.php.
FileUpload::__construct | ( | $options = null, | |
$fk_element = null, | |||
$element = null ) |
Constructor.
This set ->$options
array | $options | Options array |
int | $fk_element | ID of element |
string | $element | Code of element |
Definition at line 45 of file fileupload.class.php.
References dol_include_once(), dol_sanitizeFileName(), fetchObjectByElement(), get_exdir(), getElementProperties(), and setEventMessage().
|
protected |
Create thumbs of a file uploaded.
string | $file_name | Filename |
string | $options | is array('max_width', 'max_height') |
Definition at line 254 of file fileupload.class.php.
References dol_mkdir(), and vignette().
Referenced by handleFileUpload().
FileUpload::delete | ( | ) |
FileUpload::get | ( | ) |
Output data.
Definition at line 469 of file fileupload.class.php.
References getFileObject(), and getFileObjects().
|
protected |
getFileObject
string | $file_name | Filename |
Definition at line 212 of file fileupload.class.php.
References dol_mimetype(), and setFileDeleteUrl().
Referenced by get().
|
protected |
getFileObjects
Definition at line 242 of file fileupload.class.php.
Referenced by get(), and validate().
|
protected |
|
protected |
handleFileUpload.
Validate data, move the uploaded file then create the thumbs if this is an image.
string | $uploaded_file | Uploade file |
string | $name | Name |
int | $size | Size |
string | $type | Type |
string | $error | Error |
string | $index | Index |
Definition at line 408 of file fileupload.class.php.
References createScaledImage(), dol_mimetype(), dol_mkdir(), dol_move_uploaded_file(), setFileDeleteUrl(), trimFileName(), and validate().
Referenced by post().
FileUpload::post | ( | ) |
Output data.
Definition at line 487 of file fileupload.class.php.
References handleFileUpload().
|
protected |
Set delete url.
object | $file | Filename |
Definition at line 196 of file fileupload.class.php.
Referenced by getFileObject(), and handleFileUpload().
|
protected |
trimFileName
string | $name | Filename |
string | $type | ??? |
string | $index | ??? |
Definition at line 377 of file fileupload.class.php.
References upcountName().
Referenced by handleFileUpload().
|
protected |
Enter description here ...
string | $name | ??? |
Definition at line 364 of file fileupload.class.php.
Referenced by trimFileName().
|
protected |
Enter description here ...
int | $matches | ??? |
Definition at line 351 of file fileupload.class.php.
|
protected |
Enter description here ...
string | $uploaded_file | Uploade file |
object | $file | File |
string | $error | Error |
string | $index | Index |
Definition at line 292 of file fileupload.class.php.
References getFileObjects().
Referenced by handleFileUpload().