I want to upload my base64 converted file to Appwrite Storage because I cannot store that event.target.files[0] to localStorage directly.
I see there is only a documentation uploading file to storage. But I want to upload using base64 converted one
TL;DR
Developers want to upload a base64 file to Appwrite Storage instead of storing directly in `localStorage`. The solution involves using the Appwrite Storage API for file upload since they don't support directly uploading base64 files.