Hello,
When I set my image gallery path, it tries to map it as a sub path of my application. Is there any way to provide a base URL that can be referenced after the image has been uploaded (they map to the same place). For example, my application has the path:
When I set my gallery path to "~/uploads/userid/", the image URL becomes:
Instead, I would like the URL injected by gallery into the content to be:
Is there any way to do this?