please help me to figure out how to send pdf files from postman on bubble database,
like when am sending name, email ,any strings i can receive them on bubble database successfully, but in case of any pdf or json response they’re showing
{
"statusCode": 400,
"body": {
"status": "ERROR",
"message": "Unrecognized field: type"
}
}
I have added a field resume of type file and able to upload pdfs manually at bubble, how to make it happen from postman? @blurapps


