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.
对于我的 Xpages 应用程序,我需要一个文件选择器(只需选择一个文件名,无需上传或下载)。我已经环顾了几个小时,但没有找到解决方案。也许它太简单了?
为什么不使用<input type="file" id="morituri" />. 不能设置文件名,但可以读取。添加一个 presubmit 侦听器,该侦听器获取名称并从 DOM 中删除输入,因此不会被提交。
<input type="file" id="morituri" />