I have one folder "PDFStore" shared with EVERYONE in my machine.
The code base is present in another remote machine.
I want to access the PDF file present within the folder PDFStore through Javascript from the remote machine.
so that i can open the PDF file in a new tab using Window.open() to fulfill my requirement.
When giving the path as the network path of the file, it is showing the error "Access denied".
Please suggest how can i access the file?