base 64 Using the FileReader API (base 64 conversion in-browser) Until recently, I had never needed to read files in on a webpage. Usually, it is more than enough to create an <input> tag with the type of a file and send it on its way to a server to be processed or stored. With the rise of
javascript Reactive Base 64 Encoder & Decoder Online base 64 encoder/decoders are a dime a dozen online. Just do a search on Google for them and you'll see thousands of them. So many of them are inadequate. It's the current year, you shouldn't have to press a button to encode your string. Note: JavaScript's native atob(