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
What are you trying to achieve or the steps to reproduce?
When I attached a file as png or another type. The formidable filter option returns false. In this false case formidable.parse() method does not give the form error invalid file type. variable formError always return null or undefined even if filter is false.
Support plan
Context
What are you trying to achieve or the steps to reproduce?
When I attached a file as png or another type. The formidable filter option returns false. In this false case formidable.parse() method does not give the form error invalid file type. variable formError always return null or undefined even if filter is false.
What was the result you got?
formData.parse(req, (fromError, fields, files) => {})
fromError always return null or undefined even if formData filter option returns false.
What result did you expect?
fromError returns a valid file type filter error.
The text was updated successfully, but these errors were encountered: