alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<td>" border="0" alt="Info on <%=att.getFileName()%>"> <td><%=att.getSize()%> bytes </tr> </wiki:AttachmentsIterator> </table> </div> </div> <hr /> </wiki:HasAttachments> <table border="0" width="100%"> <tr> <td> <form action=" <%-- Do NOT change the order of wikiname and content, otherwise the servlet won't find its parts. --%> <input type="hidden" name="page" value=" In order to upload a new attachment to this page, please use the following box to find the file, then click on "Upload". <p> <input type="file" name="content" /> <input type="submit" name="upload" value="Upload" /> <input type="hidden" name="action" value="upload" />
Change note: <input type="text" name="changenote" maxlength="80" width="60" /> <input type="hidden" name="nextpage" value=" </p> </form> <wiki:Messages div="error" /> </td> </tr> <tr> <td> <p>If you are done uploading, you may wish to return to . </p> </td> </tr> </table> </body> </html>

Other jforum examples (source code examples)

Here is a short list of links related to this jforum UploadTemplate.jsp source code file:

jforum example source code file (UploadTemplate.jsp)

This example jforum source code file (UploadTemplate.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

add, attachment, attachment, doctype, ffffff, html, html, in, info, info, public, transitional//en, upload, upload

The jforum UploadTemplate.jsp source code

<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>
  <title>: Add Attachment
  <wiki:Include page="commonheader.jsp" />
  <meta name="robots" content="noindex">
</head>

<body class="upload" bgcolor="#FFFFFF">

      <h1 class="pagename">Upload new attachment to 
      <hr />

<wiki:HasAttachments> <div id="attachments"> <h3>Current attachments <div class="zebra-table"> <table width="90%"> <wiki:AttachmentsIterator id="att"> <tr> <td><%=att.getFileName()%>

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.