My question is how to send an element of a DOM using formdata object with a couple of other form data like input type file?
for exemple I want to send this HTML:
<div><p>some text</p><span>other text</span></div>
My question is how to send an element of a DOM using formdata object with a couple of other form data like input type file?
for exemple I want to send this HTML:
<div><p>some text</p><span>other text</span></div>