Jump to content

Select Directory


ThiagoFiorilli

Recommended Posts

It is possible to access local files (at the client), but not directly due to security reasons.

Only indirectly, through a server installed on the client computer - it could be a TCP server, FTP or HTTP.

In such a case, one needs to create and install the server, and make a custom directory listing routine.

Using HTTP, you can use CORS calls, that is call a local resource from the client, like a webserver on port 80 on localhost/127.0.0.1, using Javascript.

You can also run the call from the server, but then you have to go through the firewall at the client network.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...