?? browsefile.jsp
字號:
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="netui-tags-databinding.tld" prefix="netui-data"%>
<%@ taglib uri="netui-tags-html.tld" prefix="netui"%>
<%@ taglib uri="netui-tags-template.tld" prefix="netui-template"%>
<netui:html>
<head>
<title>
Upload
</title>
</head>
<body>
<p>Select a file and upload(<font color="red">Max size: 10M</font>) :</p>
<netui:form action="uploadFile" enctype="multipart/form-data">
<netui:fileUpload tagId="inputbox" dataSource="{actionForm.theFile}"/>
<br/>
<netui:button value="Upload File" action="uploadFile"/>
<netui:anchor href="../index.jsp">Index Page</netui:anchor>
</netui:form>
</body>
</netui:html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -