I am newbie to jmeter. My scenario is to upload xml files. When I am uploading files using jmeter post, after receiving file on server I found that a header is added to the file. Due to this file not getting processed at server side as schema validation fails due to additional header information in file.
Is there any way, to upload file as it is. I don't want any extra information in file when it reaches the server.
Header attached that is added to the file
Host: 10.105.245.50:8081^M User-Agent: Apache-HttpClient/4.2.6 (java
1.5)^M ^M
--nbBxE1Z4dMr9-69ITAjV-L7Iw8gO0aEz^M Content-Disposition: form-data; name="filePath"; filename="abc.xml"^M Content-Type: text/xml^M Content-Transfer-Encoding: binary^M