如何使用 在jsp中
<input id="file" name="file" type="file" size="60" >
<input type="Submit" value="Generate XML" >
我不想上传该文件! 我需要将浏览的文件从 JSP 文件传递到 servlet。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
复制并粘贴这两个输入字段。
在字段下方粘贴此 jquery.注意:不要忘记包含 jquery 文件。
Copy and the paste these two input fields.
Below the fields paste this jquery. NOTE: Not forget to include the jquery file.
添加
隐藏输入
字段并将文件名保存在该字段上,并通过 Javascript 从文件输入
中删除文件。例如。
HTML
JavaScript
Add a
hidden input
field and save the file name on that field and remove the file from thefile input
via Javascript.for example.
HTML
JavaScript