adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

How to change "Choose File" on file type input?? #138

Closed yudha062 closed 7 years ago

yudha062 commented 7 years ago

Please help me to change text "Choose File "on file type input button??? If possible, how do I change its shape ???

adamwathan commented 7 years ago

This is way outside the scope of the package and actually sort of a pain in the ass, see here:

https://tympanus.net/codrops/2015/09/15/styling-customizing-file-inputs-smart-way/

If you want to do this sort of customization, you'd have to do it by hand instead of relying on this package to generate it.