The data that I want to send to server is of the form -
id : patient ID
email : patient Email
password: patient password
datesel:Date selection
description:Description of document
name:Name of Document
type:document type
image:uploaded file(can be image or file)
Output
{data:{status=0/1,message:" "}}
Is there an existing API to do it? If not how can I upload the data with image ?
Thank you