Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Example input buttom"
Bootstrap 3.3.0 Snippet by
chevan468
3.3.0
input
Preview
HTML
CSS
View Full Screen
Fork
Fork this
5.1K
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class"row"> <br> <br> <br> <br> </div> <div class="container center"> <input id="file-4" name="file-4[]" type="file" multiple> <hr> <button class="btn btn-default btn-disable" type="button">Disable</button> <button class="btn btn-danger btn-destroy" type="button">Destroy</button> <button class="btn btn-success btn-recreate" type="button">Recreate</button> <button class="btn btn-info btn-refresh" type="button">Refresh</button> </div> <script> $(document).on('ready', function() { // the file input var $el = $('#file-4'), initPlugin = function() { $el.fileinput({ uploadUrl: '/file-upload-single/1', uploadExtraData: {kvId: '10'}, dropZoneEnabled: false, }).off('filepreupload').on('filepreupload', function() { alert("Initial pre-upload message!"); }); }; // initialize plugin initPlugin(); // `disable` and `enable` methods $(".btn-disable").on('click', function() { var $btn = $(this); if (!$el.data('fileinput')) { initPlugin(); $el.trigger('change'); } if ($el.attr('disabled')) { $el.fileinput('enable'); $btn.html('Disable').removeClass('btn-primary').addClass('btn-default'); } else { $el.fileinput('disable'); $btn.html('Enable').removeClass('btn-default').addClass('btn-primary'); } }); // `destroy` method $(".btn-destroy").on('click', function() { if ($el.data('fileinput')) { $el.fileinput('destroy'); } }); // recreate plugin after destroy $(".btn-recreate").on('click', function() { if ($el.data('fileinput')) { return; } initPlugin(); if ($el.val()) { $el.trigger('change'); } }); // refresh plugin with new options $(".btn-refresh").on('click', function() { $el.fileinput('refresh', {previewClass:'bg-info'}) .off('fileuploaded').on('fileuploaded', function(){ alert("An additional upload completion message (only received after plugin refresh)."); }); }); }); </script>
center { align-content: center; align-items: center; } down { padding-bottom: 30px; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76