Two days of trying. I need to put a few images into a zip and upload it to a storage bucket. I have tried setting up a backend node.js function which is able to use the InputFile.fromBuffer(). That solution works, but after one or two images, the size of the payload is too large to send to the backend anymore. Does anyone know of a way to upload files from the front-end using the react-native SDK. It doesn't support the same InputFile.fromBuffer() function. I have tried buffers, streams, blobs (not supported) EVERYTHING and can't figure it out. Please someone save me from this agony. Might just end up using S3 buckets... it should be simple but it's not.
Recommended threads
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...
- Subscription Problem
I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively a...
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...