Show UploadView.jsp syntax highlighted
<%@ taglib uri="http://java.sun.com/portlet" prefix="portlet" %>
<portlet:defineObjects/>
<form name="upform" method="POST" enctype="multipart/form-data" action="<portlet:actionURL>
<portlet:param name="op" value="upload"/>
</portlet:actionURL>" >
<table>
<tr>
<td class="portlet-form">File: </td>
<td><input class="portlet-form-input-field" type="file" name="file"/></td>
</tr>
<tr>
<td colspan="2" align="center">
<input class="portlet-form-button" type="submit" name="op" value="Upload"/>
</td>
</tr>
</table>
</form>
See more files for this project here