简体   繁体   中英

How to browse directory server machine instead of local machine

Scenario:

1.My web application is hosted in the following IP (13.67.3.12).

2.We have 'Browse' option for selecting the file. If I open the browser window from the client machine (13.67.3.21) it is showing local machine directory instead of it should open server (13.67.3.12) machine folder directory. Is it possible in web application? Is there any way to do it using javascript/jquery/node.js/anytools?

One way to do it is to create a shared folder on the server, then assign permissions to the share based on either a active directory service account, or user group. In the file dialog options, you can set the start directory of the dialog. You can set this to default to the shared folder location.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM