function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Android_DevAndroid_Dev 

Upload image from Android

Right now i am using REST API to upload custom object information and able to upload all data, but one of our table contains image field (with data type: Rich Text Area(32768) ) - so how to upload image from Android client to this custom object... 

 

As per current finding i did not find any file/image upload support in REST API (multi-part post for file uploading)

 

Any help/pointer on this will be greatly appriciated

 

Thank You.

afs_devforceafs_devforce

Bumping...

 

I would also like to upload images from android to my force.com platform.

Is REST API any good for this?  Also, is a Rich Text Area the best field type to store photos?  I read that Attachments/Notes may be a better place but is this accessible for multiple photos to one record?

 

Thanks.