Hi,
I have uploaded files stored in ProjectA_lib\file\doc\name\id (eg: ProjectA_lib\file\doc\alex\3434).
I created a new ProjectB with a formB, under formB there is a portion “Subdirectory for local storage” but what is the path should I key inorder to be able to download the uploaded file stored above?
If I put the files in the same project (eg: ProjectB_lib\file\doc\alex\3434), i just key ./{name}/{id} and it works, however i need to retrieve from other folder.
I tried below like not working:
- ././ProjectB/{name}/{id}
- ././ProjectB/_lib/file/doc/{name}/{id}
- …/…/ProjectB/_lib/file/doc/{name}/{id}