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
rohitmaratherohitmarathe 

Selecting and Uploading multiple Content files to salesforce using Adobe Flex

Hi,

I want to develop an application in Adobe Flex (Web application running in SalesForce custom tab) which will allow me to upload content files to my salesforce account.

 

I have got a solution http://www.pocketsoap.com/weblog/2010/04/1845.html here using visualforce, but unfortunatelly Vf does not allow to select multiple files using same File selection box, which Adobe Flex can do using FileReferenceList colletion.

 

Does anyone has a code for uploading the content files using Adobe Flex toolkit for Force.com?