Re: Multipart and Content-Type

2010-08-06 Thread Henrique Teófilo
tipart messages very well... what is a pity. :( Henrique On Fri, Aug 6, 2010 at 8:53 AM, Reinout van Rees wrote: > On 08/06/2010 07:54 AM, Henrique Teófilo wrote: > >> Dear all, >> >> I'm posting a multipart/mixed message to Django 1.1.1 using the >> development we

Multipart and Content-Type

2010-08-06 Thread Henrique Teófilo
Dear all, I'm posting a multipart/mixed message to Django 1.1.1 using the development web server (a binary file and a textual part -- it's not a Form) and I need to get the Content-Type of the textual part. How do I accomplish this?? I was trying to get it from request.raw_post_data but it is com