i2-Services, Inc. Forums

Full Version: Upload URL / Address & Upload Folder settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The hosting space (Unix server) on my provider server has a main root with many directories. My web site files must be uploaded in the "public-html" one.

So, in order to set the:

1) Upload URL / Address

and the

1) Upload Folder

I use the following lines:

1) http://www.mydomain.com/forms/upload

and

2) ../../forms/upload

Anything seems ok this way.

But, now I would like to create the "forms/upload" dir/sub directories outside the "public-html" directory.

Can you please tell me how have I to modify the above Upload URL / Address and Upload Folder to put the created forms in the directory placed outside the one where I have to upload my web site pages?

Hope you understand my request.

Kind Regards.
The upload folder / url should be in the public_html folder. This will allow you to click on a URL within the admin e-mail to get to the uploaded folder.

If you put it outside the public folder, which is not a problem you would then need to get the files via FTP and not via a URL with your browser.
Reference URL's