Hi all,
I developed a rollbase web and mobile applications, there one object has a file attachment field and i create the records for that object from my mobile application. Does anyone know how to uploading files from rollbase mobile to web please?
Thanks in Advance
Nitharshan
Hello,
Are you using the JSDO Services in the Mobile App Builder or the REST API?
If you are using the REST API, you could use the setBinaryData method.
For JSDO Services, it would depend on whether file attachment fields are available in the schema and accepted for an update operation. If accepted you could assign the field with base64 data. (Internally, it would be send to the server with the JSON payload in request and the field would be set by the server.)
However, I do not know if this approach is actually currently supported.
A developer from the Rollbase can confirm on this.
Thanks.
Hi Nitharshan,
We do not support the upload of image from rollbase mobile currently. We have plans to support this feature in the Telerik mobile integration.
Regards,
Ranjana Sinha
Hi egarcia, Ranjana Sinha
Thanks a lot for the suggestions.
Best Regards
Nitharshan
Hi Ranjana,
is this support available now using JSDO with Telerik Mobile?
Regards, Ganesh