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
rkris320rkris320 

Upload audio file to salesforce apex via REST Service

Hi:  We want to develop a REST service that can be used by an external program to upload audio files to Salesforce. Can you please give an example? At high level we know we create a content version and then create a document link. But how a service look like to upload an Audio file?  Is this still a Blob data? Thanks for your input.
VinayVinay (Salesforce Developers) 
Check below example.

https://salesforce.stackexchange.com/questions/131096/how-to-upload-files-using-apex-code

Thanks,