is katalon supported form-data POST method?
the same file was uploaded successfully by POSTMAN but java error throw when using katalon
HTTP header is content type application/json
HTTP body is form-data , then browse file
response error:
{
“fileError”:{
“unhandled”:“Error can’t handle”
}
}