使用Attachment,做文件的上传:
上传的内容,最终会存放到sf的Attachment对象里。
使用<apex:inputFile>组件上传文件:
上传的内容,会存放到sf的Document对象里。
使用sf中的,Content App中的Library来存放Content文件:
上传的文件,会在ContentWorkspace对象(Library),ContentVersion对象(Content)来存放具体的文件的内容(包括,二进制的文件等等,但是,它需要一个ContentDocumentID.)。
ContentDocument对象,这个对象,不能手动创建,用方式三,上传文件后,会自动生成相应的ContentDoucumnetId.
注:Content App的使用:
首先,在将要使用此App的用户中,将Salesforce CRM Content User, Receive Salesforce CRM Content Email Alerts, Receive Salesforce CRM Content Alerts as Daily Diges三个复选框,设置为true状态。
本文出自 “prodigal_k” 博客,谢绝转载!
SF:salesforce中,文件上传的接收对象,布布扣,bubuko.com
原文地址:http://919637235.blog.51cto.com/7344598/1430970