<html>
<head>
<title>上传</title>
</head>
<body topmargin="100px">
<p align="center">
<form name="upload" method="post" action="upload.asp?action=upload" enctype="multipart/form-data">
<input type="file" name="file"/>
<input type ="submit" value="上传"/>
</form>
</body>
</html>
弹出框弹出了,代码如上,是一个ASP文件,可是显示空白,其他浏览器能用。