How do I attach files when using AJAX to submit a form? #557
Unanswered
sunscreem
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've a file upload field called
gotABriefOrRfpUploadItHere
.My AJAX form submission is working great, except that the files I'm attaching to the payload are being ignored.
I'm pretty sure this is because I'm not attaching them correctly
(Code below is pretty much the boilerplate from https://docs.solspace.com/craft/freeform/v4/guides/using-vue-js.html#using-vue-js)
In chrome I can see the payload as:
Would appreciate any help on this.
Beta Was this translation helpful? Give feedback.
All reactions