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
rshahrabanirshahrabani 

Copying files from local drive to Salesforce cloud

Hi,

 

We have a .NET application and wish to integrate it with the Salesforce cloud.  Our objective is to provide the following functionlity to users of our application:

 

a) programmatically copy a file from the user's hard drive to the Salesforce cloud (it is assumed that the user of our application will have a Salesforce account);

 

b) programmatically delete a file on the cloud with the user's Salesforce account;

 

c) programmatically get a list of files on a directory in the cloud.

 

We are completely new to Salesforce so any assistance including code snippets or references to the appropriate APIs would be appreciated.

 

Thanks,

Ronny



Ensemble CRMEnsemble CRM

Ronny

 

drop me a line to discuss, we have a connector for SFDC to S3 storage where the code might be very useful to your needs. You might also find that the solution is a better option for your objectives.

 

thanks

Curtis

 

curtis@faststartit.com

Sridhar BonagiriSridhar Bonagiri

 

Hi,

 

You can build .NET application for copy files from local drive to salesforce.com, this can be achieved using the Salesforce.com API, In this application you can give an option to delete a file from salesforce also.

 

But let me know whethere you want to build the application using VB.NET or C#.NET.