Replies: 1 comment
-
Been trying to figure out the same thing! I would be happy to just have the bytes in a |
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! From docs I saw that I can receive file from multipart form by using TempFile<'_>, but is there any way to fetch raw bytes and filename directly from request without using temporary file?
Beta Was this translation helpful? Give feedback.
All reactions