Reputation: 1
I want to use a good file input of Bootstrap and tried Bootstrap File Input as given on the examples on that page. However, I am looking for a multiple file uploading and a style as shown below but there is not such a kind of example on any pages of the web. How can I create a file upload as shown below? And is there a better file input of Bootstrap than Bootstrap File Input?
Upvotes: 0
Views: 3262
Reputation: 73
try "Bootstrap Drag and Drop Upload" by Bootsnipp. http://bootsnipp.com/snippets/featured/bootstrap-drag-and-drop-upload
or dropzonejs file upload
http://www.dropzonejs.com/bootstrap.html
Upvotes: 1