UploadControl
class UploadControl extends BaseControl
Text box and browse button that allow users to select a file to upload to the server.
Constants
VALID |
validation rule |
Methods
__construct(string|Stringable|null $label = null, bool $multiple = false)
No description
void
loadHttpData()
Loads HTTP data.
string
getHtmlName()
Returns HTML name of control.
bool
isFilled()
Has been any file uploaded?
bool
isOk()
Have been all files succesfully uploaded?
addRule(callable|string $validator, string|Stringable|null $errorMessage = null, mixed $arg = null)
Adds a validation rule.
Details
at line 29
__construct(string|Stringable|null $label = null, bool $multiple = false)
No description
at line 49
void
loadHttpData()
Loads HTTP data.
at line 58
string
getHtmlName()
Returns HTML name of control.
at line 67
Control
setValue(mixed $value)
internal |
No description
at line 76
bool
isFilled()
Has been any file uploaded?
at line 87
bool
isOk()
Have been all files succesfully uploaded?
at line 99
BaseControl
addRule(callable|string $validator, string|Stringable|null $errorMessage = null, mixed $arg = null)
Adds a validation rule.