fileuplaod_wgt.buttonBar.find("button.cancel")
fileuplaod_wgt.buttonBar.find("button.start")
fileuplaod_wgt.buttonBar.find('input[type=file]')
upload content
upload.uploadContent'
number of uploaded files
var files = fileuplaod_wgt.uploadContent.find('.files .template-upload');
invalid files
fileuplaod_wgt.uploadContent.find("tr.ui-state-error");
reference:
http://stackoverflow.com/questions/14881131/primefaces-upload-how-to-only-allow-one-upload-in-advance-mode
Tuesday, August 2, 2016
Subscribe to:
Post Comments (Atom)
Popular Posts
- Primefaces fileDownload in Liferay
- How to calculate memory used by an object
- How to attach source code for a third party jar file in Eclipse
- How to add/remove row in datatable
- How to generate entities from tables with Eclipse JPA Tools
- How to get Liferay portlet id from URL
- How to create wizard with dynamic include in JSF2
- Google Maps' icon not rendered in Liferay 6.2
- How to deploy jdbc driver as a module in JBoss AS7
- How to access Liferay Local Service API
No comments:
Post a Comment