Read a File into JavaScript using FileReader
After reading a file, you can display it, edit it, post it to a server and download.
After reading a file, you can display it, edit it, post it to a server and download.
A Blob object is used for accessing, encoding and transferring files and file-like objects.