toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.ux.form
/
FileUpload
/
FileUpload
File
Upload
constructor
(
label
:
String
,
acceptedFileTypes
:
List
<
String
>
=
listOf("*/*")
,
maxFileSize
:
Long
?
=
null
,
maxFiles
:
Int
=
1
,
required
:
Boolean
=
true
,
disabled
:
Boolean
=
false
,
id
:
String
=
UUID.randomUUID().toString()
)