Upload user avatar with a custom upload button
I recently wrote on how to customize the default upload button but I want to explore more into this topic and try other options.
I designed an interface to upload a user avatar
How to
We'll start with our HTML
<main>
<input type="file" name="image...
brains.hashnode.dev3 min read