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

📄 uploaddisplay.jsp

📁 STRUTS数据库项目开发宝典
💻 JSP
字号:
<%@ include file="/common/taglibs.jsp"%>

<title><fmt:message key="display.title"/></title>
<content tag="heading"><fmt:message key="display.heading"/></content>

Below is a list of attributes that were gathered in UploadAction.java.

<div class="separator"></div>

<table class="detail" cellpadding="5">
    <tr>
    	<th>Friendly Name:</th>
    	<td><ww:property value="name"/></td>
    </tr>
    <tr>
    	<th>Filename:</th>
    	<td><ww:property value="fileFileName"/></td>
    </tr>
    <tr>
    	<th>File content type:</th>
    	<td><ww:property value="fileContentType"/></td>
    </tr>
    <tr>
    	<th>File size:</th>
    	<td><ww:property value="file.length()"/> bytes</td>
    </tr>
    <tr>
    	<th class="tallCell">File Location:</th>
    	<td>The file has been written to: <br />
            <a href="<c:out value="${link}"/>">
            <c:out value="${location}" escapeXml="false"/></a>
        </td>
    </tr>
    <tr>
        <td></td>
        <td class="buttonBar">
            <input class="button" type="button" value="Done"
                onclick="location.href='mainMenu.html'" />
            <input class="button" type="button" value="Upload Another"
                onclick="location.href='uploadFile!default.html'" />
        </td>
    </tr>
</table>



⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -