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.
我已经使用了隐藏的文件上传控件来浏览文件并获取文件路径,而没有真正上传它。
我的问题是,在 ASP.NET 中有没有办法,创建一个文件夹浏览按钮,当它被点击时,只是为了浏览客户端文件系统,用户可以点击路径并选择该路径而不是文件?
不,您不能使用映射到 HTML 控件的标准 ASP.NET 控件。如果您正在使用 Flash、Silverlight 或 Java 小程序,则可能有可能。
不幸的是,唯一与文件相关的 HTML 控件是文件选择器 (<input type="file">)。
使用 Flash 执行此任务并通过 JS 调用此操作