motia icon indicating copy to clipboard operation
motia copied to clipboard

Motia framework does not handle multipart/form-data requests.

Open Tanmay-008 opened this issue 5 months ago • 0 comments

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

Tanmay-008 avatar Oct 12 '25 09:10 Tanmay-008