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
WoosterWooster 

Aura Component Help

We had a vendor create a Aura component to insert an iFrame into one of our community pages to allow an end user to upload attachments.  This is not working because we need to be using ".secure.fore.com" in the URL.  It is getting the URL like this:  "cmp.get('c.getFileUploadSiteURL');  But in the cmp file I do not see "getFileUploadSiteUrl", so I am trying to understand where this field is coming from???
Best Answer chosen by Wooster
Naveen KNNaveen KN
i think getFileUploadSiteUrl is the method in the apex class

find the apex class name from the controller attribute in the .cmp file (where you write the UI code) and check if this method is available in the class

Naveen
Codekiat.com