我在Mac上使用Google Chrome 9.0,出于某种原因,每当我使用表单enctype将文件上传到网站时,Chrome会提示我输入两次该文件。我单击按钮,然后选择一个文件并单击“选择”,然后再次弹出文件对话框。我在第二个对话框中选择的文件是最终上传到站点的文件。我在Firefox或Safari中没有相同的问题。我在这里设置了一个简化的测试用例:
http://rssafter5.appspot.com/index2.html
你知道问题是什么吗?
<div id="container" style="margin-top:50px;">
<form enctype="multipart/form-data" id="opml" method="post" action="/opml/myfeeds_after5.opml">
<input type="file" style="width: 380px;" name="opml_file">
<input type="submit" id="file_sub_button" value="Submit OPML File">
</form>
</div>
答案 0 :(得分:0)
这已在最新的Chrome版本中修复 - 9.0.597.10 - http://code.google.com/p/chromium/issues/detail?id=65532
更新,可能会修复