uploadInput

fun <Error class: unknown class>.uploadInput(    uploadUrl: String? = null,     multiple: Boolean = false,     className: String? = null,     init: UploadInput.() -> Unit? = null): UploadInput

DSL builder extension function.

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