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
DipaDipa 

Uploading spreadsheet and images

Is there a way to upload images and spreadsheets in salesforce. Through the static resources we can upload image one at a time. But I am looking for a way to build a custom wizard for bulk upload. Is there a way to do it in visual force?

 

Thanks in advance.

Best Answer chosen by Admin (Salesforce Developers) 
dchasmandchasman
Take a look at the documentation and examples for a new component we added in Winter '09: apex:inputFile. It is designed to help you do exactly what you are asking for.

All Answers

dchasmandchasman
Take a look at the documentation and examples for a new component we added in Winter '09: apex:inputFile. It is designed to help you do exactly what you are asking for.
This was selected as the best answer
DipaDipa

Thank you dchasman,

Actually I am looking to upload images/spreadsheets in a folder at once. Is there any way I can do it in visual force?