How to set the path to download files that are uploaded

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:

  1. ././ProjectB/{name}/{id}
  2. ././ProjectB/_lib/file/doc/{name}/{id}
  3. …/…/ProjectB/_lib/file/doc/{name}/{id}