[xwiki-users] Xwiki attachements
HI, Could you give me some more information on where xwiki attachements are stored and how i can access them directly. I just attached a file to a wiki page but i havent got a clue where that files is saved in the filesystem. And most importantly how can i access it? The reason i ask is i want to use another tool to have access to that same file. If i know where in teh filesystem it is it would be usefull. Thanks
If you add in MySpace.MyPage (http://myhost/xwiki/bin/view/MySpace/MyPage) an attachment MyFile you can retreived it at http://myhost/xwiki/bin/download/MySpace/MyPage/MyFile But attachment are not stored in file system but in database. Arnaud. 2010/1/7 Ziggy <[email protected]>:
HI,
Could you give me some more information on where xwiki attachements are stored and how i can access them directly. I just attached a file to a wiki page but i havent got a clue where that files is saved in the filesystem. And most importantly how can i access it?
The reason i ask is i want to use another tool to have access to that same file. If i know where in teh filesystem it is it would be usefull.
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi, How are they stored in the database? Can i retrieve them from the database? e.g. microsoft word file? Does that mean that the database also includes binary files? Thanks On Thu, Jan 7, 2010 at 8:23 PM, Arnaud bourree <[email protected]>wrote:
If you add in MySpace.MyPage (http://myhost/xwiki/bin/view/MySpace/MyPage) an attachment MyFile you can retreived it at http://myhost/xwiki/bin/download/MySpace/MyPage/MyFile
But attachment are not stored in file system but in database.
Arnaud.
2010/1/7 Ziggy <[email protected]>:
HI,
Could you give me some more information on where xwiki attachements are stored and how i can access them directly. I just attached a file to a wiki page but i havent got a clue where that files is saved in the filesystem. And most importantly how can i access it?
The reason i ask is i want to use another tool to have access to that same file. If i know where in teh filesystem it is it would be usefull.
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Yes all attachment are stored in xwiki.xwikiattachment_content table in a blob what ever there are text files or binary files. Arnaud. 2010/1/7 Ziggy <[email protected]>:
Hi,
How are they stored in the database? Can i retrieve them from the database? e.g. microsoft word file? Does that mean that the database also includes binary files?
Thanks
On Thu, Jan 7, 2010 at 8:23 PM, Arnaud bourree <[email protected]>wrote:
If you add in MySpace.MyPage (http://myhost/xwiki/bin/view/MySpace/MyPage) an attachment MyFile you can retreived it at http://myhost/xwiki/bin/download/MySpace/MyPage/MyFile
But attachment are not stored in file system but in database.
Arnaud.
2010/1/7 Ziggy <[email protected]>:
HI,
Could you give me some more information on where xwiki attachements are stored and how i can access them directly. I just attached a file to a wiki page but i havent got a clue where that files is saved in the filesystem. And most importantly how can i access it?
The reason i ask is i want to use another tool to have access to that same file. If i know where in teh filesystem it is it would be usefull.
Thanks _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On 01/07/2010 06:12 PM, Ziggy wrote:
HI,
Could you give me some more information on where xwiki attachements are stored and how i can access them directly. I just attached a file to a wiki page but i havent got a clue where that files is saved in the filesystem. And most importantly how can i access it?
The reason i ask is i want to use another tool to have access to that same file. If i know where in teh filesystem it is it would be usefull.
You could access the files through WebDAV, see http://platform.xwiki.org/xwiki/bin/view/Features/WebDAV -- Sergiu Dumitriu http://purl.org/net/sergiu/
Ok i will look into this WEBDAV option. If anyone has more suggestions please do let me know. Thanks On Fri, Jan 8, 2010 at 3:08 AM, Sergiu Dumitriu <[email protected]> wrote:
On 01/07/2010 06:12 PM, Ziggy wrote:
HI,
Could you give me some more information on where xwiki attachements are stored and how i can access them directly. I just attached a file to a wiki page but i havent got a clue where that files is saved in the filesystem. And most importantly how can i access it?
The reason i ask is i want to use another tool to have access to that same file. If i know where in teh filesystem it is it would be usefull.
You could access the files through WebDAV, see http://platform.xwiki.org/xwiki/bin/view/Features/WebDAV
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
I like Restfull API http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI Depends of your other tool capabilities Arnaud. 2010/1/8 Ziggy <[email protected]>:
Ok i will look into this WEBDAV option. If anyone has more suggestions please do let me know.
Thanks
On Fri, Jan 8, 2010 at 3:08 AM, Sergiu Dumitriu <[email protected]> wrote:
On 01/07/2010 06:12 PM, Ziggy wrote:
HI,
Could you give me some more information on where xwiki attachements are stored and how i can access them directly. I just attached a file to a wiki page but i havent got a clue where that files is saved in the filesystem. And most importantly how can i access it?
The reason i ask is i want to use another tool to have access to that same file. If i know where in teh filesystem it is it would be usefull.
You could access the files through WebDAV, see http://platform.xwiki.org/xwiki/bin/view/Features/WebDAV
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Arnaud bourree -
Sergiu Dumitriu -
Ziggy