Handle File Uploads as Base64 Encoded Data in Vue.js
Not all API’s support uploading files via multi-part form data. Some API’s accept files as base64 encoded data URIs. This is not as common as the former but it does happen, so in this lesson I’ll teach you how to deal with such scenarios.