This repository has been archived by the owner on Nov 2, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
A file upload is just a data stream attached to an HTTP request using a method/verb that supports a payload (such as POST, PUT, etc). You can absolutely either A) create routes (using the appropriate HTTP method/verb) or B) use the default handler to access the underlying data stream from a client's request. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a file upload function?
Beta Was this translation helpful? Give feedback.
All reactions