Hello,
I am trying to call a rest API for file archival. API expects the content type to be multipart/form-data.
earlier with content type as application/json I was able to archive but since the change in API to expect content type as multipart/form-data I am getting exception.
I changed the content type as multipart/form-data in code but with no luck.
I am using 6x version of Nexj , would like to know if multipart/form-data is supported.
Thanks.