Uploading a File Via POST
I understand that most people use the client React components, but I am trying to upload a file on the server side by making a POST request to the main route, however, I noticed that it only accepts JSON and I was wondering if you were able to use form-data? I am testing this in Postman, but it doesn't seem to work.
0 Replies