Bootstrap file input

Automatically convert a file input to a bootstrap file input widget by setting its class as file-input.
Automatically convert a file input to a bootstrap file input widget by setting its class as file-input.
Hide file preview thumbnails.
Set the file input widget to be readonly or disabled.
Hide the caption and display widget with only buttons.
Large file input
Default file input
Small file input
Mini file input
Large file input button
Default file input button
Small file input button
Mini file input button
Show only image files for selection & preview. Control button labels, styles, and icons for the browse, upload, and remove buttons.
Advanced customization using templates. For example, change position of buttons from right to left.
Allow only specific file extensions. In this example only jpg, gif, png and txt extensions are allowed.
Allow only image and video file types to be uploaded. You can configure the condition for validating the file types using `fileTypeSettings`.
Display the widget as a single block button.

Using plugin methods to alter input at runtime. For example, click the Modify button to disable the plugin and change plugin options..
This scenario uses asynchronous/parallel uploads. Uploading itself is turned off in live preview.