Replies: 1 comment
-
I mean it's definitely possible multipart file uploads don't work, but on the off chance that they do you should have something like this in your handler's request :body @[{:filename "name of file" :content-type "content-type" :size 123 :tempfile "<file descriptor>"}] |
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
-
Hello,
i'm discovering Joy, and I think I like it a lot!
For my first little project, I want to be able to do a file upload, but I don't really undersand how it works.
I do:
But then I'm lost.
Can someone help me?
Thank you in advance,
Denis
Beta Was this translation helpful? Give feedback.
All reactions