Open nstp opened 11 months ago
@Huachao I can confirm that file upload seem not to work with some file types.
I have tested your examples from the documentation with a .xml
and .png
.
In case of xml it works fine.
In case of .png
the file is not being attached. I have tested the very same http request with Postman, which works on my locally hosted API.
Also tried relative/absolute paths without effect.
Steps to Reproduce:
--TestBoundary Content-Disposition: form-data; name="test.trace"; filename="test.trace" Content-Type: application/octet-stream < ../trace/test.trace --TestBoundary--