<%@ page language="java" session="true" import="com.websina.util.*,com.websina.bean.*,com.websina.util.log.Log" errorPage="error.jsp" %> <% String contextPath = request.getContextPath(); String formId = request.getParameter("formId"); IssueForm issueForm = null; if(formId != null) { issueForm = (IssueForm)session.getAttribute("issueForm"+formId); } if (issueForm == null) { out.print("
"); out.print("Sorry, you are in an invalid state"); out.print("
"); return; } Label label = Label.getInstance(); %> File Attachment
 
<% String msg = request.getParameter("msg"); if (msg != null) { %> <% } %>
File Attachment
Attach a file in two steps, repeating the steps as needed to attach multiple files. Click OK when you are done  
 
1. Click Browse to select the file, or
   type the path to the file in the field below.
2. Click Attach to move the file
   to the Attached Files box.
 
 Find File Attached Files
 
 

<%=msg%>