Multi-file upload support component.
Fileuploader is used for multi-file upload support with bootstrap style.
Enable fileuploader via JavaScript:
$("#element").fileuploader(options);
Options should be passed via JavaScript.
Name | type | default | description |
---|---|---|---|
type | string | single | Set file uploader type. single means only could select one file. multi means could select multi-files. |
max | number | -1 | It's enabled when type is multi . It's for max number of files. -1 means no limit number. |
No events for fileuploader.