newxy1.02文件上傳到文件夾、到數(shù)據(jù)庫的方法如下:?
1.上傳文件到服務(wù)器文件夾中的方法:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/newxy-html.tld" prefix="nhtml"%>
<%@ taglib uri="/WEB-INF/newxy-logic.tld" prefix="nlogic"%>
<nlogic:action1 id="act1" formName="fileForm"/>
<nhtml:form action="" formName="fileForm" enctype="multipart/form-data">
? 文件夾:<input type="text" name="_directory" size="40"/><br />
? 文件1,不大于1024K:<nhtml:file property="file1" size="40" maxSize="1024"/><br />
? 文件2,不大于1024K:<nhtml:file property="file2" size="40" maxSize="1024"/><br />
</nhtml:form>
<nhtml:button actionId="act1" method="upload"/>
2.上傳文件到數(shù)據(jù)庫中的方法:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/newxy-html.tld" prefix="nhtml"%>
<%@ taglib uri="/WEB-INF/newxy-logic.tld" prefix="nlogic"%>
<nlogic:action1 id="act1" formName="fileForm"/>
<nhtml:form action="" formName="fileForm" enctype="multipart/form-data">
? 數(shù)據(jù)庫表名:<input type="text" name="_table" size="40"/><br />
? 說明:<input type="text" name="explain" size="40"/><br />
? 文件1,不大于1024K:<nhtml:file property="file1" size="40" maxSize="1024"/><br />
? 文件2,不大于1024K:<nhtml:file property="file2" size="40" maxSize="1024"/><br />
</nhtml:form>
<nhtml:button actionId="act1" method="update"/>
不寫一句java代碼。
newxy技術(shù)網(wǎng)站:http://www.newxy.net
有關(guān)文件上傳:
? 文件上傳至文件夾: http://www.newxy.net/doc.jsp#anchor15.1
? 文件上傳至數(shù)據(jù)庫: http://www.newxy.net/doc.jsp#anchor15.2
? 文件上傳至文件夾與上傳至數(shù)據(jù)庫的比較:http://www.newxy.net/doc.jsp#anchor15.3
有關(guān)范例:
? http://www.newxy.net/zh_cn/samples/sample2/demo.jsp
posted on 2006-07-05 16:46
newxy新坐標(biāo) 閱讀(217)
評論(0) 編輯 收藏