Hello Zoho Support,
I'm creating an apps which will upload file to zoho creator and will also upload the file to zoho docs using it's API.
But the problem is how can I pass the File Input Stream of the File_upload field of creator form?
Because File_upload is a string, I need the actual File to be pass on zoho docs.
this is my sample codes:
data = Map();
data.put("filename","SampleName");
data.put("content",input.File_upload);