I have successfully set up a node server for uploading files using postman. But I cant quite replicate it using BinaryData and AJAX as post methods. I've tried also going the Base64 route, but also cant get it to work. I either get a malformed request, or when I use node with multer, I get 'Cannot read properties of undefined (reading 'imageData'). Help! Can anyone point me in the right direction? I'm using node to process webcam captures for removing image backgrounds, and then making them available in the server for reimport and usage.
Ashley