【发布时间】:2014-04-20 14:56:02
【问题描述】:
我正在尝试编写一段代码,允许用户打开文件浏览器并选择要上传到站点的文件。有没有办法确保文件浏览器始终以缩略图视图打开?在 Windows 中,该视图与上次使用的视图相同。
<form action="demo_form.asp">
Select a file: <input type="file" name="img">
<input type="submit">
</form>
我看到在 Facebook 中,无论上次使用的是什么视图,它总是以缩略图的形式打开,那么它是如何完成的?
【问题讨论】:
标签: html facebook file-upload browser web