Checks whether this component can accept given {@link UploadedFile}.. First, the number of enqueued {@link FileUploadEvent} events can't exceed {@link #getMaxFilesQuantity()}. Then, the file extension of uploaded file needs to be acceptable by this component (see {@link #getAcceptedTypes()}).
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.