File upload

File inputs example
The file input feature by Bootstrap allows you to create a visually appealing file or image input widgets based on the Bootstrap style (https://www.npmjs.com/package/bs-custom-file-input) Additional dropzone.js library gives you drag’n’drop file uploads option.

HTML markup code for abowe example:

Javascript code for abowe example:

Choose multiple files

HTML markup code for abowe example:

Javascript code for abowe example:

Dropzone.js

Dropzone.js is a light weight JavaScript library that turns an HTML element into a dropzone. This means that a user can drag and drop a file onto it, and the file gets uploaded to the server via AJAX.

HTML markup code for abowe example:

All avalible options and full documentation you can find: http://www.dropzonejs.com/#configuration-options