How to get the share name
Hi,
In my application user selects the file path using html file select and saves it. Other users should be able to open that file by just clicking that saved file path (i display it as a link). Now the problem is user maps the shared folder in network as x: or Z: etc. so when he choose the file path it will be saved as Z:\folder1\filename.txt . But i need to replace that Z: with the share name. Is it possible to do this? If so is there any method in jsp or javascrip?
Thanks,
Thanuja.

