eXist-db how to add file to multipart http request (expath http request)
I am trying to send a post
request in eXist-db 6.2 using the expath http client to upload a file from my db. The provide requires multipart. However the provider is responding to the request below with 500
and the specific message Unable to retrieve file from request
. I’m not able to identify why the file can’t be retrieved. Is there a problem with my <body>
attributes or how I’m including the xml document?