Upload(uploadUrl: String? = null, multiple: Boolean = false, label: String? = null, rich: Boolean = false)
uploadUrl
- the optional URL for the upload processing action
multiple
- determines if multiple file upload is supported
label
- label text bound to the input element
rich
- determines if label can contain HTML code
Constructor