Hi Maxi,
This works (as part of .bxs file):
<xquery>file:children("../test/en/source/_img/") ! db:store("test", "source/_img/" || ., file:read-binary(.))</xquery>
Dito. I thought about allowing directories as well, but we currently have no way of excluding files. When ADD is applied on directories, only those files matching the CREATEFILTER option will be added. When STORE is called, we could potentially exclude all files match this filter.
Christian
2015-10-17 15:54 GMT+02:00 Maximilian Gärber mgaerber@arcor.de:
Hi,
any way to add multiple binary files at once?
<store path="source/_img/">../source/_img/*.*</store>
would be nice.
Regards, Max