UNPKG

386 BMarkdownView Raw
1---
2id: File upload - multiple
3section: components
4beta: true
5---
6
7import UploadIcon from '@patternfly/react-icons/dist/esm/icons/upload-icon';
8
9## Demos
10
11### Rejected file handling
12
13This demo shows how to add a modal to alert users that the file(s) they attempted to drop was of a non-acceptable type.
14
15```ts file="./examples/MultipleFileUpload/MultipleFileUploadRejectedFile.tsx"
16```