javascript - Uploading Static Resources to salesforce.com -


i going through salesforce.com development article , found task painful, uploading static files. had found below solutions of

  1. eclipse plugin convert resource files, , doing operations on it.
  2. i can use either sublime text mavensmate plugin

i have gone through articles of eclipse plugin , adding more files existing collection again big pain me. have gone through mavensmate plugin still did not understand easiness in it.

he question what web api provided salesforce.com can make ajax request user name , password , upload zip files own interface.

if want upload static resources during development, can use eclipse that. described in this article.

if want communicate salesforce through web api, should use soap api or rest api. documentation static resources says:

encoded data

the api sends , receives binary file data encoded base64 data type. prior creating record, clients must encode binary file data base64. upon receiving api response, clients must decode base64 data binary (this conversion handled soap client).


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -