Relative Content

Tag Archive for javascriptreactjsnode.jsmultipartform-dataform-data

Payload empty when send as new FormData()

I’m trying to pass images to my node server but whatever i’m trying the payload is constantly empty when I pass it as a const formData = new FormData();, as regular I do get the correct informations (except for the images that cannot be translated without the new FormData()) but the rest is sent through the payload.

Payload empty when send as new FormData() is empty when se

I’m trying to pass images to my node server but whatever i’m trying the payload is constantly empty when I pass it as a const formData = new FormData();, as regular I do get the correct informations (except for the images that cannot be translated without the new FormData()) but the rest is sent through the payload.