On 27 November 2015 at 06:49, Geert Josten wrote:

> Maybe it is because it is marked as form-data, instead of as attachment.
> Have you compared with a simple html upload form?

Not sure to understand.  Setting enctype="multipart/form-data" is the
idiomatic, simple way for a HTML form to upload a file, isn't it?

> I¹m sure that worked just fine for me in the past..

Yup...  What bothers me is that the handling of the file content is
different based on the Content-Type of the corresponding part (read as
a binary node for application/octet-stream and as a text node for
text/xml).  In that case, I can't make sense of having a text node
instead of an XML tree for text/xml.

Regards,

-- 
Florent Georges
http://fgeorges.org/
http://h2oconsulting.be/
_______________________________________________
General mailing list
[email protected]
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to