Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设在我的网络应用程序中,用户单击下载按钮,以便将文件下载到他的系统中。那么我能否获得该客户端的下载位置,例如我的客户端系统中最近下载的文件的位置
您无法获取此信息。它是沙盒的,客户端不会通知服务器有关位置的信息。
这是不可能的,因为您无法通过浏览器 (JavaScript) 访问用户的文件系统。
也许直接在浏览器中使用模块或其他任何东西。
你没有。你得到的只是文件名......无论如何它对你有什么帮助,因为你的服务器没有相同的结构。