motia
motia copied to clipboard
Motia framework does not handle multipart/form-data requests.
Problem
What problem are you trying to solve?
Currently, Motia framework does not handle multipart/form-data requests properly. When an HTTP request contains multipart/form-data (for example, a file upload), Motia fails to process the request correctly. This prevents developers from handling file uploads reliably in their endpoints.
Proposed Solution
1.Motia should correctly parse and handle multipart/form-data requests.
2.Users should be able to save uploaded files wherever they want, according to their own configuration or fileUploadSchema.
Alternatives Considered
No response
Additional Context
No response
Willing to Help Implement?
- [x] I would like to work/help with this