File validation
This component includes a series of file validations that determine which formats are allowed. These validations are then used to generate text instructions, helping users understand which formats they can upload. Additionally, the format is checked when they drag and drop a file or select it from the file explorer.
π‘οΈ Security reminder
Remember to verify the uploaded files in the backend. While there is an initial validation of the file in the interface, it is only meant to assist the user in selecting the appropriate files. Keep in mind that the interface can be manipulated from the userβs computer and should not be considered a security layer.
Last updated