⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 browsefile.jsp

📁 weblogic+j2ee构建音乐网站(原代码+数据库) src.zip: Workshop 8.1 工程 db.zip: 数据库备份
💻 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 + -