I have a software installed on each of my clients computer , the software defines new protocol named when my client invoke the protocol form the browser the software will run in there computer and perform some file transfer operation.
for example if a client issued LPL://-s 109.107.108.7 -f c:\tmp\file.big
in the browser the software will run and will transfer file.big
to the server.
now i have a problem in locating the full file path in the client side , I understood that modern browsers prevent getting the full path for security reasons , however i need to read the files content of my client using web .
Is there a work around to solve this issuse