> No, browser doesn't want to send file content with this mime type.
If you use the browser to send requests, it may be better to convert
your data to CSV via XQuery:
csv:parse($input, map {
"header": false(), "separator": "semicolon"
})
How does your html look like, which you use for sending the request
via the browser?