
Originally Posted by
DrByte
Not if you want to control the security around who access the files and how many times they can access them, etc.
If you don't care if the files get stolen or "shared with all my friends", then you could write some code to change the place where the files are found and served.
But if you want to retain control over the files and prevent theft, you'll need to use the built-in methods, which require the files to exist on your server and be served to customers from your same server.