hel-o wrote:
> Hi,
> 
> just a question, is it possible to link to an attachment of another page.
> 
> Thanks
> Helmut

Using html links:

<a 
href="$xwiki.getDocument('Space.AnotherDocument').getAttachmentURL('filename.png')">this
 
is the file</a>

Using the attach macro:

{attach:this is the file|filename.png|document=Space.AnotherDocument}

-- 
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to