BootstrapUpload
constructor(uploadUrl: String? = null, multiple: Boolean = false, label: String? = null, rich: Boolean = false, init: BootstrapUpload.() -> Unit? = null)(source)
Parameters
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
init
an initializer extension function