File Input: "Input not instance of File" when trying to submit the form #6909
Unanswered
phillipmohr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Vue (should not matter here) and have this file input
When trying to submit the form with an image attached I'm getting
File Input: "Input not instance of File"
Anyone else experiencing the same issue?
I also tried using
z.string()
but this returns Base64 data – I need aFile
type.Beta Was this translation helpful? Give feedback.
All reactions