fileupload
v4.2.0arrow_drop_downv4.2.0
v3.1.8
v3.1.0
STATUS
Passing
DOWNLOADS
264
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
9 months ago
SIZE
18 KB
FileUpload is an advanced uploader with dragdrop support, multi file uploads, auto uploading, progress tracking and validations.
1 contributor
Like
Install fileupload as a package?
Copied
npm i @bit/primefaces.primereact.fileupload
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.dev
Component Example 
modifieddraft
modifieddraft
modifieddraft
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
and packages in Bit or NPM to the example. any of the 1 million componentstoggle layout



chevron_left
chevron_right
Properties
Name | Type | Default value |
---|---|---|
id | string | null |
name | string | null |
url | string | null |
mode | string | 'advanced' |
multiple | bool | false |
accept | string | null |
disabled | bool | false |
auto | bool | false |
maxFileSize | number | null |
invalidFileSizeMessageSummary | string | '{0}: Invalid file size, ' |
invalidFileSizeMessageDetail | string | 'maximum upload size is {0}.' |
style | object | null |
className | string | null |
widthCredentials | bool | false |
previewWidth | number | 50 |
chooseLabel | string | 'Choose' |
uploadLabel | string | 'Upload' |
cancelLabel | string | 'Cancel' |
customUpload | bool | false |
onBeforeUpload | function | null |
onBeforeSend | function | null |
onUpload | function | null |
onError | function | null |
onClear | function | null |
onSelect | function | null |
onProgress | function | null |
onValidationFail | function | null |
uploadHandler | function | null |
onRemove | function | null |