kvision / pl.treksoft.kvision.form.upload / Upload / <init>

<init>

Upload(uploadUrl: String? = null, multiple: Boolean = false, label: String? = null, rich: Boolean = false)

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

Constructor