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.
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.
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.