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
Hello,
Thanks for the great package. the docs say only one file validation is supported.
Are there plans for doing multiple file validations for fields that have multiple files? If not will you accept a pr for this? I am willing to get that done. I see your code relies on the request.FormFile which only does return the first file for the key in the request.
could we not just implement something more robust to make room for multiple files with the same key?
Do let me know what you think.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the great package. the docs say only one file validation is supported.
Are there plans for doing multiple file validations for fields that have multiple files? If not will you accept a pr for this? I am willing to get that done. I see your code relies on the request.FormFile which only does return the first file for the key in the request.
could we not just implement something more robust to make room for multiple files with the same key?
Do let me know what you think.
The text was updated successfully, but these errors were encountered: