摘要: 有时候我们在上传是为了不让用户多次单机上传按钮而将按钮disabled。但这样一来在ie6下面会导致无法上传。如下代码就不能正常上传:<form method="post" action="" enctype="multipart/form-data"><input id="file" name="file" type="file" value="浏览" ><input id="upload" type=& 阅读全文
posted @ 2012-06-02 16:52 AUOONG 阅读(241) 评论(0) 推荐(0) 编辑