When i try to uppload file using Jmeter
I use 'File Upload section' like:
Filepath as:${filesUpploadPath}BatchReverse.csv
ParameterName as: file
MIME type: text/plain
Request
POST data: --TQVDXTBd3I5-r4QtHZ2WSa5B2rsQKtLv Content-Disposition: form-data; name="file"; filename="BatchReverse.csv" Content-Type: text/plain Content-Transfer-Encoding: binary
--AzTQVDXTBd3I5-r4QtHZ2WSa5B2rsQKtLv--
Response {"errors":[{"type":"FATAL","errorCode":"VALIDATION","message":"Missing required parameter fileType."}]}
Any suggestion?