File-Upload using a custom API
I am trying to setup a file upload using the custom apis.
First i setup the fileupload-express middleware like this:
Which is called on startup. (confirmed via the console log statement)
But the files and the body property stay empty no matter what.
Eventho the content type is defined as
Any ideas why this might not be working?
The webapp code looks like this:
First i setup the fileupload-express middleware like this:
Which is called on startup. (confirmed via the console log statement)
But the files and the body property stay empty no matter what.
Eventho the content type is defined as
multipart/form-data and tried this with from within the webapp as well as directly from postman.Any ideas why this might not be working?
The webapp code looks like this: