Document Manager Applicaion

Following are list of documents uploaded in the system. If you are logged in as the editor of the system, you will be able to upload the documents to it.

<% String[] docs = {"HAM - Proposal.doc", "HAM - SAD.doc"}; for(int i = 0; i < docs.length; ++i) { %> <% } %>
Title Download
<%= docs[i] %> download
<% if(request.isUserInRole("uploader")) { %>
Document:
Only user with username 'editor' is authorized to upload.
<% String result = (String)request.getAttribute("result"); if(result != null) { %>

<%=result%>

<% } } %>

Logout