I finally found the answer by simply editing this code here with fileinput.js :
$.fn.fileinput.defaults = { language: 'en', showCaption: true, showPreview: true, showRemove: true, showUpload: false, // <------ just set this from true to false showCancel: true, showUploadedThumbs: true, // many more below };
source share