fulcro

Yaw Odame 2025-05-06T19:57:40.158929Z

Has anyone had luck uploading files from iOS or Andriod picker image/document picker in RAD? I am using expo FileSystem to grab the FileBlob sent to RAD.

tony.kay 2025-05-07T00:40:09.663169Z

I’m pretty sure I’ve done direct-to-s3 with a signed s3 URL, but that is my std solution, so I’ve not been uploading to my own server. I make a mutation the returns a “file exists” or signed URL result that can then be used to directly send to s3.

Yaw Odame 2025-05-07T00:51:59.555349Z

I see. I am also uploading to s3. This is more of an Expo question. In my case, the FileBlob size is always 0 from the FileSystem causing save blob to fail.