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
Naresh Krishna.ax1176Naresh Krishna.ax1176 

File upload between salesforce and another server

Hi All,

 

I need to upload a file to an external server through salesforce.

In more clear, take a input file from visualforce page using apex:inputFile and upload the file to server.

 

can anyone help me with this please.

 

Thanks.

Navatar_DbSupNavatar_DbSup

Hi,

 

You can achieve this by using the API of the external server or you can create a tool in .net or java that will export the file from salesforce and insert into another system.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.