Uploading Images as Base 64 via FileReader
In Our example, we're just going to add whatever image you select to the page.
Your server side params object should contain a new value called
image_as_base64
. This contains the base64 encoded file.
Upload Image