Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.29 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.29 KB

mr-upload-file-button

Content

Installation

Plugin to display bootstrap popup alert. Used default bootstrap class 'bb-alert'.

The preferred way to install this extension is through bower.

Either run

bower install mr-fu-bootstrap-bb-alert

to the require section of your bower.json file.

Features

  • Drag and Drop area.
  • Easily customize to fit your needs.
  • You can use both a separate widget or part of the form.
  • Previews to images, (extensions to file)
  • Own gallery to view images
  • Support multi language
  • Sortable thumbnail
  • Remove thumbnail
  • Ajax upload
  • Mobile device gallery support. Needed JqueryMobile

How to use

    $('your_selector').mrUploadFileButton({});

Or use html data-attributes

    <input type="file" data-mr-upload-file-button="true" multiple />

License

mr-upload-file-button is released under the BSD 3-Clause License. See the bundled LICENSE.md for details.