I made a server and many users are accessing it.
Now I want to get Unc path for mapped drive for each user which will of course be different.
Actually I need the complete path in order to access those files in my c# code.
Taking complete path from user is not an option as they are not developers.
What I want to do is ...If someone gives me Q:
then I should get absolute path like this \\server1\foo
. I have searched but unable to get solution for this.
Is there any way to do this?
In C#(backend) or in angularjs(frontend) ?
From this_link I have learned that I cannot get the complete path just by uploading it in using javascript because For security reasons browsers do not allow this.
can I provide more details on this question?