Upload file
Bootstrap 5 Upload file component
Responsive upload file component built with Bootstrap 5. Simplify file uploads and improve user experience with intuitive, responsive design.
Basic example
For each input with a data-mdb-file-upload-init
attribute you have to
add a wrapper with the class file-upload-wrapper
.
Default message example
By adding data-mdb-default-msg
attribute you can set main message of the file
upload.
Custom height example
By adding data-mdb-height
attribute you can set its custom height.
Max size
By adding data-mdb-max-file-size
attribute you can set max size of a file.