Simple uploader uses native browser file upload.
Per default, simple FileUpload just renders the native HTML markup.
Single mode allows only one file to be selected at a time from the native file dialog.
Multiple mode allows multiple files to be selected from the native file dialog, if supported by the browser.
FileUpload integrates p:validateFile for validation. Even Client-Side-Validation is supported.
Auto-Mode uploads the file immediately via AJAX.
Use Case to demonstrate the integrity for multiple features.
Use Case to demonstrate the integrity for multiple features.
Per default, the FileUpload itself is the drop zone. In addition FileUpload supports a custom dropZone.