EricIskhakov 0 Light Poster

Hello.
I have a FileUpload control in my app, and a user chooses a file that sits on mapped network drives.

now i don't want the files to actully download i only want the path to it for a link.
my question is how do i get the real path of the file?
using Server.MapPath doesn't because those files sit on different servers.