I have e-book's. It contains both text files and pictures. In my case any picture should file that stores NOT in the database but on the filesystem in the same Marklogic Server (using xdmp:save).
Q: Is there a way to upload a picture (or any binary asset) to the Marklogic Server filesystem using marklogic-xcc java api?
I've tried com.marklogic.xcc.Session#insertContent but it upload the content right to the database and I need to the filesystem.
Thank you for helping!