DEV Community

Discussion on: The anatomy of a custom input[type="file"] component

Collapse
 
tomhodgins profile image
Tommy Hodgins

Nice! This approach is very similar to how I create file upload buttons, though I don't use React. You can have fun outputting the filename of the selected file to the page as well - check out my demo here: codepen.io/tomhodgins/pen/PbMOar