When creating documents from XWord, the images are not stored in the
backend for some reason. I have an image:
Code from Firefox:
<img src="/xwiki/bin/download/Sandbox/Testing%20page%20X/image001.jpg"
width="211" height="113" alt="mbz-default.jpg"/>
and the attachment mbz-default.jpg is not to be found in Mysql in
XWA_filename:
--------
MySQL returned an empty result set (i.e. zero rows). (Query took 0.0011 sec)
SQL query: SELECT *
FROM `xwikiattachment`
WHERE xwa_filename LIKE 'mbz%'
LIMIT 0 , 30
--------
It seems like it is not being stored. I have tried to create the XWord
document as Admin and as ordinary user,
thanks,
Martin