F3RD3F
F3RD3F

Reputation: 2519

Processing Multipart/mixed on Twisted

After having a Twisted Rest interface where JSON requests are processed, now I face the need of processing multipart/mixed requests where a JSON and a binary file will come together.

After a bit testing with curl, I've realized that request variable will be filled with a 'file' type and I'd like to know if there's any method in Twisted to handle this kind of requests properly.

Thanks

Upvotes: 2

Views: 427

Answers (1)

F3RD3F
F3RD3F

Reputation: 2519

Although it's an old post, I remember solving this with email module, it anyone is interested...

Upvotes: 1

Related Questions