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
Nagendra Ananda 17Nagendra Ananda 17 

Test Fileupload custom RestAPI through Postman/ Workbench

Hey- I had written custom REST API for file upload, can you please let me know how to test that using Postman. Do I need to convert the file to base64 encode and post the request or any other way, please suggest.

Thanks
Raj VakatiRaj Vakati
Refer this link 

https://stackoverflow.com/questions/39037049/how-to-upload-a-file-and-json-data-in-postman
https://salesforce.stackexchange.com/questions/215655/upload-file-in-salesforce-file-object-using-rest

https://github.com/postmanlabs/postman-app-support/issues/3331