if you using rails and have problem apply it, I would like to add some tips from original answer posted by @Fernando Kosh
open your application.js and add this line below
//= require bootstrap-filestyle.min
open your coffee and add this line
$(":file").filestyle({buttonName: "btn-primary",buttonBefore: true,buttonText: " Your text here",icon: false});