dolibarr 21.0.0-alpha
FileUpload Class Reference

This class is used to manage file upload using ajax. More...

Public Member Functions

 __construct ($options=null, $fk_element=null, $element=null)
 Constructor.
 
 post ()
 Output data.
 

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)
 Make validation on an uploaded file.
 
 upcountNameCallback ($matches)
 Enter description here ...
 
 upcountName ($name)
 Enter description here ...
 
 trimFileName ($name, $type, $index)
 trimFileName
 
 handleFileUpload ($uploaded_file, $name, $size, $type, $error, $index)
 handleFileUpload.
 

Detailed Description

This class is used to manage file upload using ajax.

Definition at line 33 of file fileupload.class.php.

Constructor & Destructor Documentation

◆ __construct()

FileUpload::__construct ( $options = null,
$fk_element = null,
$element = null )

Constructor.

This set ->$options

Parameters
array$optionsOptions array
int$fk_elementID of element
string$elementCode of element

Definition at line 47 of file fileupload.class.php.

References $object, dol_include_once(), dol_sanitizeFileName(), dol_sanitizePathName(), fetchObjectByElement(), get_exdir(), getElementProperties(), and setEventMessage().

Member Function Documentation

◆ createScaledImage()

FileUpload::createScaledImage ( $file_name,
$options )
protected

Create thumbs of a file uploaded.

Parameters
string$file_nameFilename
string$optionsis array('max_width', 'max_height')
Returns
boolean

Definition at line 256 of file fileupload.class.php.

References dol_mkdir(), and vignette().

Referenced by handleFileUpload().

◆ getFileObject()

FileUpload::getFileObject ( $file_name)
protected

getFileObject

Parameters
string$file_nameFilename
Returns
stdClass|null

Definition at line 213 of file fileupload.class.php.

References dol_is_file(), dol_mimetype(), and setFileDeleteUrl().

◆ getFileObjects()

FileUpload::getFileObjects ( )
protected

getFileObjects

Returns
array Array of objects

Definition at line 244 of file fileupload.class.php.

Referenced by validate().

◆ getFullUrl()

FileUpload::getFullUrl ( )
protected

Return full URL.

Returns
string URL

Definition at line 180 of file fileupload.class.php.

◆ handleFileUpload()

FileUpload::handleFileUpload ( $uploaded_file,
$name,
$size,
$type,
$error,
$index )
protected

handleFileUpload.

Validate data, move the uploaded file then create the thumbs if this is an image.

Parameters
string$uploaded_fileUpload file
string$nameName
int$sizeSize
string$typeType
string$errorError
string$indexIndex
Returns
stdClass|null

Definition at line 411 of file fileupload.class.php.

References createScaledImage(), dol_filesize(), dol_is_file(), dol_mimetype(), dol_mkdir(), dol_move_uploaded_file(), dol_sanitizePathName(), setFileDeleteUrl(), trimFileName(), and validate().

Referenced by post().

◆ post()

FileUpload::post ( )

Output data.

Returns
void Output data
int 0 if OK, nb of error if errors

Definition at line 496 of file fileupload.class.php.

References handleFileUpload().

◆ setFileDeleteUrl()

FileUpload::setFileDeleteUrl ( $file)
protected

Set delete url.

Parameters
object$fileFilename
Returns
void

Definition at line 198 of file fileupload.class.php.

Referenced by getFileObject(), and handleFileUpload().

◆ trimFileName()

FileUpload::trimFileName ( $name,
$type,
$index )
protected

trimFileName

Parameters
string$nameFilename
string$type???
string$index???
Returns
string

Definition at line 381 of file fileupload.class.php.

References dol_is_file(), dol_sanitizeFileName(), and upcountName().

Referenced by handleFileUpload().

◆ upcountName()

FileUpload::upcountName ( $name)
protected

Enter description here ...

Parameters
string$name???
Returns
string ???

Definition at line 368 of file fileupload.class.php.

Referenced by trimFileName().

◆ upcountNameCallback()

FileUpload::upcountNameCallback ( $matches)
protected

Enter description here ...

Parameters
int$matches???
Returns
string ???

Definition at line 355 of file fileupload.class.php.

◆ validate()

FileUpload::validate ( $uploaded_file,
$file,
$error,
$index )
protected

Make validation on an uploaded file.

Parameters
string$uploaded_fileUpload file
object$fileFile
string$errorError
string$indexIndex
Returns
boolean True if OK, False if KO

Definition at line 294 of file fileupload.class.php.

References dol_filesize(), and getFileObjects().

Referenced by handleFileUpload().


The documentation for this class was generated from the following file: