Last modified by Anca Luca on 2021/04/11 17:08

From version 1.1 >
edited by Eugen Colesnicov
on 2019/10/02 13:55
To version < 3.1 >
edited by Thomas Mortagne
on 2019/10/02 14:10
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.etvc
1 +xwiki:XWiki.ThomasMortagne
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,5 +3,3 @@
1 -== Description ==
2 -
3 3  The following script is useful in case you need to get full (physical) path of an attachment on server (with file-storage using) - means at which folder & subfolder this file is physically store. In this example, snippet shows how to get path for attachment TestingData.xls attached to a current page. Of course, you can expand this snippet to get full path of attachment from other page or for list of attachments.
4 4  
5 5  {{code}}
... ... @@ -14,3 +14,7 @@
14 14  println (" rezult is = " + rzlt)
15 15  {{/groovy}}
16 16  {{/code}}
15 +
16 +{{warning}}
17 +Keep in mind that what this snippet is accessing a private field (##storageFile##) which might be renamed or modified any time so better not use that in an extension to hope to be stable.
18 +{{/warning}}

Get Connected