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
KaziKazi 

How to open a file from document folder in edit mode

 

Hi all,

 

I am new to visualforce development platfrom. I am stuck to doing one of my task. Plz help me

 

  1. How can I show the list of the file one of my custom page
  2. I want to select one file and read the file & hold the body content in a local variable

Plz  anyone help me..............

Shilpa_SFShilpa_SF

Hi Kazi,

 

             Regarding your requirement, If your files are in your Local machine you cannot  read the Local path in Visualforce. For this you will have to place all the files in the Documents folder in salesforce, because salesforce cannot read or recognize the local path of the files placed,and the Files can be read from the Documents folder.

 

            The following links will help you in understanding how to develop Visualforce pages.

 

            http://www.salesforce.com/us/developer/docs/pages/salesforce_pages_developers_guide.pdf

            http://wiki.developerforce.com/index.php/User_Interface