News

Describe the issue How to send multipart-form-data request with a file and JSON ? When we are trying to send file and JSON, ... Axios Version [0.19.0] Browser [Chrome] Additional Library Versions ...
From the documentation of axios it seems that nodejs doesn't natively support FormData objects // data is the data to be sent as the request body // Only applicable for request methods 'PUT', ...