chb / indivo_server

The Indivo™ Personally Controlled Health Record
http://indivohealth.org
GNU General Public License v3.0
103 stars 40 forks source link

Creating binary documents via relationships is broken #9

Closed thisisdhaas closed 12 years ago

thisisdhaas commented 12 years ago

The view function drops the content_type of the new document, which leads binary docs to be interpreted as XML. Fix should be in: https://github.com/chb/indivo_server/blob/master/indivo/views/documents/document_rels.py#L179-183