[xwiki-users] XWord images are not stored in backend
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
On 4/15/2010 2:57 PM, Martin Bantz wrote:
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"/>
This is a know issue that is caused by the space in the page name. You should try to camel case the page name. It will be fixed in the next release. Florin Ciubotaru
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 _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
Confirmed, 'CamelCasing' the page name stores the images. Learned new word today as well, lovely :-) Runs like a fresh breeze now, thanks again, Martin On 15-04-2010 14:10, Florin Ciubotaru wrote:
On 4/15/2010 2:57 PM, Martin Bantz wrote:
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"/>
This is a know issue that is caused by the space in the page name. You should try to camel case the page name. It will be fixed in the next release.
Florin Ciubotaru
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 _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Florin Ciubotaru -
Martin Bantz