cancel
Showing results for 
Search instead for 
Did you mean: 

how to open shared folder files on click of a link in webpage

Former Member
0 Kudos

Hi,

I  have been developing an application in HTML5, javascript and jquery.

I want to access files in the shared folder of inblr102..

i have done this as a sample :-

<a href="file://inblr102/SAPALL/Scholars_Vocational/Scholar@SAP_2Y/Batch_2012/Photos/hi.txt">hi</a>

but this is not working when i run the file with local server.

But it works fine if i run it simply without any server.

Plzz help me solve the issue of how can i make it possible while running on server.

Thanks..

Accepted Solutions (0)

Answers (1)

Answers (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Raksha,

try with file:///

Best Regards

Konstantin

Former Member
0 Kudos

Hi,

I tried everything but it is not woking.

Actually I was running  that application on localhost server which allows only http and ftp request.

But in my application there's no need for server as there's no backend connection, it simply fetches files from shared folder and display it. So now i am running my app without using server and it is working fine.

Thanks for your concern.

Regards,

Raksha