Wanted to send an upload file into my API, but it seems file input / file dropzone cannot send the file into my REST API.
Have tried multiple fixes suggested in other posts, such as JSON.stringify and using binary input type to no successful outcome.
Can anyone help, thank you.