
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
- 500 Error on Console when Using Custom D...
Hey 👋 I’ve set up a custom domain for my Appwrite Cloud project (<my-custom-domain>). DNS is configured and the organization view loads fine when I open the c...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
