DEV Community

Discussion on: How to create a custom file upload button

Collapse
 
bugs_bunny profile image
Derek Oware • Edited

You can style the button with input::-webkit-file-upload-button. You can check the docs

Collapse
 
faddalibrahim profile image
Faddal Ibrahim

Interesting. Never knew about that. Thanks for sharing, Derek.

Collapse
 
vidhyanand profile image
Vidhyanandcs

I have checked the docs not much browser support

Collapse
 
davebudah profile image
Dave Budah

But it wont hide the "no file chosen label

Collapse
 
sampatbadhe profile image
Sampat Badhe

@davebudah I think you can set the blank string to span with id file-chosen

Collapse
 
haribhusal profile image
Hari Bhusal

Thanks man