Hi everybody,
I 'm currently testing slide 1.0.12 and using it with the
FileContentStore set on.
I would like to know if it is possible to create from blue a web folder
containing a file (e.g. : a word document) or a link to a file that i
can access using WebDAV ?
For example, I created a servlet that create a web folder that I can
access from my windows explorer. I can copy a file in the /files folder
(I have the root privilege) and opening it from word (this file also
exist in the /contentstore/files directory on the server depending of my
domain configuration).
Now I would like to create a web folder where there is already this file
(or the link to this file) set. My problem is to evoide to copy a file
from a filesystem to the webfolder and only after to work on it.
Do you think is it possible to do it without developping too much ?
Stephane