I need to know if the Image Folder property (for Image/File) type refers to the folder originating from Application root OR Porject root ?
Let’s say my Project path is: www.mysite.com/project1
The path for first From is: www.mysite.com/project1/form1
The path for second From is: www.mysite.com/project1/form2
I want path for images to be shared between From1 and Form2
I’m copying an image path (stored in the record) from Table1(Path1) which is stored by From1
the actual path is: “www.mysite.com/project1/images/thumbs” , so in the Image field I enter: “images/thumbs” (not sure if I need preceding and trailing / ?)
TO
Table2(Path2) which is stored by From2
Would Form2 refer to the same path as Form1 ?
Another words - what’s the best solution to keep consistent image path for several Apps within the same Project ?
Arthur