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”
}
}

. In the mean time, I notice that your HTTP body is multipart/form-data type but your Content-Type header is application/json, while it should be multipart/form-data also. Please check again.