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
Lakshmi SLakshmi S 

How to add Files related list in visualforce detail page ?

Hi Team,

How to add Files related list in visualforce detail page? (Lightning Experience not showing "Add Files" option, In Standard lightning files if we click on the "Add Files" it will redirect to Libraries.)
Now below code is redirecting to local system.
I have used below code
<apex:relatedList subject="{!Custom_Obj__c}" list="AttachedContentDocuments" />

Please advise.

Thanks