Hi Genneva,
I’m not exactly sure what you are after.. Do you want to store multiple binary files in a single transaction?
I guess you have already tried the store() function of the client, but this function is indeed limited to a single file.
You’ll probably need to send multiple files to the server (and store them e.g. in a temporary directory) and then use another XQuery function to store all of them in the database. This will give you better performance anyway.
Christian