Hello,
Here is my program: I'm uploading an image(Stream, FileInfo or whatever you like) to a server at this virtual directory: "C:\_Resources\Assets"
But then, I want the server to return the UNC path of that image to display it in an tag, that is to say "http://localhost/Trunk/Assets/image.jpeg"
In fact, I'm trying to do the opposite of the Server.MapPath Method.
How do I get that please?
Thanks.