yinbinhome 发表于 2013-2-6 08:52:08

jspSmartUpload实现上传现在

今天用这个东西试验了一下,挺好使,但是有一点挺让人郁闷,不知道什么原因,我起了一个文件名叫upload.html的文件,结果提交总是失败,换个名就好使了,Icannt understand,WHY!
代码贴出来
<div style="padding-right: 5.4pt; padding-left: 5.4pt; background: #e6e6e6; padding-bottom: 4px; width: 95%; padding-top: 4px;">http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transitional//EN">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<html>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<head>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<title>文件上传</title>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</head>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<body>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<palign="center">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif上传文件选择
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</p>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<FORMMETHOD="POST"ACTION="upload.jsp"ENCTYPE="multipart/form-data">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<inputtype="hidden"name="TEST"value="good">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<tablewidth="75%"border="1"align="center">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<tr>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<td>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<divalign="center">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif1、
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<inputtype="FILE"name="FILE1"size="30">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</div>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</td>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</tr>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<tr>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<td>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<divalign="center">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif<inputtype="submit"name="Submit"value="上传它!">
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</div>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</td>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</tr>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</table>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</FORM>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</body>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif</html>
http://images.csdn.net/syntaxhighlighting/OutliningIndicators/None.gif
页: [1]
查看完整版本: jspSmartUpload实现上传现在