This also uses the recommended bs-custom-file-input javascript plugin for the file input control.
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
/* global bsCustomFileInput */
|
|
|
|
$(document).ready(function () {
|
|
bsCustomFileInput.init();
|
|
});
|