Is there a way to specify an image upload directory that is outside the application directory? Is there a way to specify the url for the image. I have a situation where many different people with different domains login and edit html pages on different sites. The Cute Editor is located in the common application directory, but I want the images to be uploaded and viewed in the individual domains. All the domains are on the same server, but I can't seem to specify a directory outside of the common area. I would also need to specify the url before the image. Would any of this be possible?
Maybe an example would also help:
The application where the Cute Editor is located is like
C:\Inetpub\wwwroot\commonapplication\
The image location where I want to upload would be like:
C:\Inetpub\wwwroot\domain1\images
C:\Inetpub\wwwroot\domain2\images
Then the image url would only need to be:
images\image1.jpg
I would specify at runtime the image location directory.
Thanks for any help you can provide.