bootstrapUploadInput

fun Container.bootstrapUploadInput(    uploadUrl: String? = null,     multiple: Boolean = false,     className: String? = null,     init: BootstrapUploadInput.() -> Unit? = null): BootstrapUploadInput(source)

DSL builder extension function.

It takes the same parameters as the constructor of the built component.