-
Hello, I am wondering if this package could validate the uploaded file before uploading the file because someone can upload a wrong mime type with a big size and after waiting some time, he will figure that his uploaded file does not meet the requirement that I have defined in the backend. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
PaolaRuby
Mar 31, 2022
Replies: 1 comment 1 reply
-
Set valid extensions on input file |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
melhalees
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set valid extensions on input file
accept=".xls,.xlsx"
, or validate with js before submit