You need to sign in to do that
Don't have an account?

Using PHP to add Attachments
Using PHP to add Attachments
Does anyone have a complete piece of PHP code to add attachments?
(PHP5/API7).
I’m getting “INVALID_TYPE: sObject type 'sObject' is not supported.”
Thx – joshQ
Code:
All Answers
Code:
This was realy usefull for me.
Thanks for the useful post Nick!
For anyone else finding this post, I've updated the code to work with the php Toolkit v. 13.
Cheers,
-Philip
Cleaned this up a tad more and added variables $parentID and $file so this code code be used more dynamically. This should be a snippit for the php toolkit.