Reputation: 2519
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
Reputation: 2519
Although it's an old post, I remember solving this with email module, it anyone is interested...
Upvotes: 1