We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1407dc commit 8faf254Copy full SHA for 8faf254
website/src/content/pages/components/file-upload.mdx
@@ -50,6 +50,9 @@ structure while preserving the folder hierarchy.
50
The `file.webkitRelativePath` property contains the full path of each file within the uploaded directory, allowing you
51
to display the folder structure or process files based on their location.
52
53
+> **Important**: When uploading directories with many files, set `maxFiles` to a higher value (e.g., `maxFiles={100}`)
54
+> or remove the limit entirely to prevent files from being rejected due to the default file count restriction.
55
+
56
### Accepted File Types
57
58
Use the `accept` prop to restrict the file types that can be uploaded. This prop accepts MIME types (e.g., `image/png`,
0 commit comments