How to use ring middlewares to handle multipart request with different content types

The built-in ring.middleware.multipart-params will parse every body into File, I want to mix file with json.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.