Bootstrap Upload Input
open class BootstrapUploadInput(uploadUrl: String? = null, multiple: Boolean = false, className: String? = null, init: BootstrapUploadInput.() -> Unit? = null)
The file upload component for Bootstrap
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
Constructors
Link copied to clipboard
fun BootstrapUploadInput(uploadUrl: String? = null, multiple: Boolean = false, className: String? = null, init: BootstrapUploadInput.() -> Unit? = null)
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Clears the file input control (including the native input).
Link copied to clipboard
Returns the native JavaScript File object.
Link copied to clipboard
Returns the value of the file input control as a String.
Link copied to clipboard
Link copied to clipboard
Resets the file input control.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Extensions
Link copied to clipboard
suspend fun BootstrapUploadInput.getFileWithContent(kFile: <Error class: unknown class>): <Error class: unknown class>
Returns file with the content read.