asp:FileUpload 或 input:file 的帮助文本
I would like to know whether this is possible with input:file
URL: http://www.kryogenix.org/code/browser/labelify/
Regards,
naveenj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以有一个输入按钮/文本指向隐藏文件输入。一个粗略的示例如下:
然后您可以在按钮或文本上应用
labelify
。(在 Chrome 上测试)
You can have a input button/text pointing to a hidden file input. A rough example would be like:
Then you can apply
labelify
on the button or text.(tested on Chrome)
我不这么认为。没有简单的方法可以设置 input:file 的样式。您需要使用不同的文件上传机制 - 要么是基于 Flash 的机制,要么是使用新的 HTML5 功能的机制。
I don't think so. There is no simple way that you can style input:file. You need to use a different file upload mechanism - either a flash based one, or one using the new HTML5 features.