BootstrapUploadInput
The file upload component for Bootstrap
Parameters
the optional URL for the upload processing action
determines if multiple file upload is supported
CSS class names
an initializer extension function
Constructors
Properties
Additional ajax settings to pass to the plugin before submitting the ajax request for upload.
Allowed file extensions.
Allowed file types.
Determines if the click on the preview zone opens file browse window.
Determines if Drag&Drop zone is enabled.
Determines if the explorer theme is used.
Whether to hide the preview content (image, pdf content, text content, etc.) within the thumbnail.
The maximum file size for upload in KB.
The minimum file size for upload in KB.
The placeholder for the upload control.
Determines if the iconic preview is prefered.
Determines if the file browse button is shown.
Determines if the cancel button is shown.
Determines if the caption is shown.
Determines if the preview is shown.
Determines if the remove button is shown.
Determines if the upload button is shown.
Whether to to display the file upload statistics.
Whether the batch upload of multiple files will be asynchronous/in parallel.
The extra data that will be passed as data to the AJAX server call via POST.
The validation status of the input.
Functions
Clears the file input control (including the native input).
Returns file with the content read.
Returns the native JavaScript File object.
Returns the value of the file input control as a String.
Resets the file input control.