MrMGomes

fileUpload.xhtml

Feb 12th, 2016
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.21 KB | None | 0 0
  1. <p:fileUpload id="file"
  2.                     fileUploadListener="#{bean.handleFileUpload}"
  3.                     dragDropSupport="false" mode="advanced" multiple="false"
  4.                     sizeLimit="5242880"
  5.                     allowTypes="/(\.|\/)(jp?g|gif|png)$/"/>
Add Comment
Please, Sign In to add comment