I have a file that users will purchase via paypal, clickbank and paydotcom. I have to host the file\'s download page on my server.
I\'ve placed the file in a directory o
You just need to consider the path like a normal directory path, not a web one. so to go up a level simply "../" e.g.
if you structure is like this
/path2file/inhere.pdf /public_html/download.php
the path to the file would simply be from download.php "../path2file/inhere.pdf"