How to upload files on the Web
How to upload and preview files on the web? I had a task where I needed to upload an image and display a thumbnail on the screen the other day. While working on file uploads on the web, I started to wonder what exactly a blob format is, why we use FileReader, and what binary data means.