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.
我使用库 jquery-ui-1.10.3.custom.js 和 jquery-1.9.1.js。我有html代码。我需要一项功能,使用 JQuery,当用户单击按钮时,将显示打开文件对话框。用户将选择按钮,然后打开文件,输入“路径”时的路径视图。我怎样才能做到这一点?
<input type="text" id="Path"> <button id="uploader" value="Upload">Browser</button>
你真的需要使用单独的文本和按钮控件来代替file输入吗?
file
Select a file to upload: <input type="file" name="file">
不要忘记,由于安全问题,浏览器不会显示文件的完整路径。