You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "Browse files" has `aria-controls="fileupload"` set.
21
+
22
+
## When to use
23
+
24
+
- Enable file(s) upload through drag and drop or the system _Browse files_ dialog.
25
+
26
+
## Security considerations
27
+
28
+
By default, the file uploader does not concern itself with validating and discarding potentially malicious files, as Base Web never runs any of the uploaded files. **It's the responsibility of the consuming application to do so.** To help with that, this component supports the `accept` property, which can limit the acceptable file extensions.
29
+
30
+
To learn more, read the corresponding [OWASP article on file uploads](https://www.owasp.org/index.php/Unrestricted_File_Upload).
0 commit comments