如何预设p:fileUpload的值
我正在使用
组件。是否可以在浏览按钮之前预先选择并在字段中显示所选文件?
我正在使用 Mojarra 2.0.3、PrimeFaces 2.2 RC2、GlassFish 3。
I am using <p:fileUpload>
component. Is it possible to preselect and show the selected file in field before the browse button?
I am using Mojarra 2.0.3, PrimeFaces 2.2 RC2, GlassFish 3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,如果这可能的话,这将是一个巨大的安全漏洞。理论上,您可以让所选文件指向 C:/path/to/passwords.txt,然后使用 JavaScript 提交表单,从而悄悄地从未经客户许可。
另请参阅:
No, if this was possible, this would have been a huge security hole. You would then in theory be able to let the selected file point to
C:/path/to/passwords.txt
and then use JavaScript to submit the form and so silently get a file with sensitive data from the client without its permission.See also: