upload()
upload( $field, $title, $action, string $value = '', string $type = \FormBuilder\components\Upload::TYPE_FILE) : \FormBuilder\components\Upload
Parameters
$field | ||
$title | ||
$action | ||
string | $value | |
string | $type |
Class FormUploadTrait
upload( $field, $title, $action, string $value = '', string $type = \FormBuilder\components\Upload::TYPE_FILE) : \FormBuilder\components\Upload
$field | ||
$title | ||
$action | ||
string | $value | |
string | $type |
uploadImages( $field, $title, $action, array $value = array()) : \FormBuilder\components\Upload
$field | ||
$title | ||
$action | ||
array | $value |
uploadFiles( $field, $title, $action, array $value = array()) : \FormBuilder\components\Upload
$field | ||
$title | ||
$action | ||
array | $value |
uploadImageOne( $field, $title, $action, string $value = '') : \FormBuilder\components\Upload
$field | ||
$title | ||
$action | ||
string | $value |
uploadFileOne( $field, $title, $action, string $value = '') : \FormBuilder\components\Upload
$field | ||
$title | ||
$action | ||
string | $value |