Hi all,
I got a project that uses documents file name fields to store different kind of documents.
On local I work with default folder that SC uses to store documents.
So in my form for every document field on Application setting the setting is
C:/Program Files (x86)/Scriptcase/v81/wwwroot/scriptcase/file/doc
then on each field I add a subfolder like /subfolder01 …/subfolder02 etc.
On production server I would like to separate documents’s folder from production directory
/public_html/my_project/
/public_html/my_project_docs/
I never used advanced deployment and it would be nice if someone expert on this suggest me how to set it properly:
This is the situation
Common Libraries Folder
/scriptcase/prod
Images Folder
/scriptcase/file/img
Temp Folder
/scriptcase/tmp
Documents Folder
C:/Program Files (x86)/Scriptcase/v81/wwwroot/scriptcase/file/doc
what have I to write on Document folder ??
the absolute path on server within the my_project_docs folder has to be something like
/home/eosbbaho/public_html/my_project_docs
What is the right sintax I have to use ?? Sorry but I’m not a pro…dev. and I don’t
wnat to make a mess…;-))
Need I to create all subfolders manually and put all docs yet registered there ?