File Input
The file input component is used to choose files from any location in the local machine and update those files to the server where the application is hosted. It is a common procedure in applications where files are required, like documents, images, or other information in digital formats.
Considerations for the file input component use:
- Provide a meaningful label and helper text to help the user understand the files expected.
- When displaying errors, provide feedback about the type of error using the error message.
- When the file input process fails, provide useful information instead of showing an error message using technical or undetermined information (e.g. '0x94 ERROR_PATH_BUSY').