Zoho Creator File Upload API
Hello Zoho community!
-
<response>
<result>
<form name="Sign_Up">
<fileupdate>
<values>
<field name="Photo_ID">
<value>/test.png</value>
</field>
</values>
<status>Success</status>
</fileupdate>
</form>
</result>
</response>
Everything went through? These are the params I'm feeding to it:
And the URL from the documentation:
The base64 is converting back to the image when I test it and I've tried data:image/jpeg;base64 in front of the string. What should I put for file?