Bootstrap Upload Input
fun BootstrapUploadInput(uploadUrl: String? = null, multiple: Boolean = false, className: String? = null, init: BootstrapUploadInput.() -> Unit? = null)
Parameters
upload Url
the optional URL for the upload processing action
multiple
determines if multiple file upload is supported
class Name
CSS class names
init
an initializer extension function