Replies: 1 comment
-
Hi @VaZark, that's weird, I don't see the issue in the code you provided. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just created a form wizard with the help of this wonderful little library.
I'm having a spot of trouble setting up the wizard to return/use formData so that can I use the data as is for the submit Call.
I copied the FieldUpload from the examples (here) but I am running into the a DOMException whenever I try uploading a file. The error returned on the console is
An attempt was made to use an object that is not, or is no longer, usable
.Clearly I'm missing something. Can someone clarify how to use FileFields (or formData) with Formiz to upload files instead of just a JSON pls?
Form
FileField.js
Beta Was this translation helpful? Give feedback.
All reactions