Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
  2.  
  3. <portlet:defineObjects />
  4.  
  5. <div>
  6. <portlet:actionURL name="uploadFile" var="uploadUrl" />
  7. <form action="<%= uploadUrl %>" enctype="multipart/form-data" id="fm" method="POST" name="fm">
  8. <input accept="image/*" form="fm" id="fileToUpload" name="<portlet:namespace/>fileToUpload" type="file" />
  9. <input name="idDOG" type="hidden" value="<%= renderRequest.getParameter("id1") %>"></input>
  10. <input type="submit" value="Nalozi!">
  11. </form>
  12.  
  13. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement