Replies: 1 comment
-
I was wrong, it's calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've already posted this question to CreateApi project, but it's more suitable here:
I'm trying to upload file with
api.upload(for: request, fromFile: fileUrl)
.If I understand correctly, this loads the file into memory (using Data) and doesn't use any kind of InputStream or something similar for large files?
Beta Was this translation helpful? Give feedback.
All reactions