Here is what I am trying to do:
I want it to store/access pictures in a folder that exists in another domain, but on the same server.
For example, I want the picture to be accessed from
http://www.domain2.com/images which is located on the same server.
Is something like this possible? It would have to contain the full path to the image.
The issue is people from different domains are going to be using a common application and at run time I need to specify what domain they belong so it can retrieve/store pictures from the correct location.
Thanks.