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
Nagarjuna Reddy.PNagarjuna Reddy.P 

lightning:fileUpload is in disabled mode.

Hi All,
           I am trying to override standard account page(New button) with lightning components and I am using lightning:fileupload to upload multiple files but it is in disabled mode eventhough  I set disbled attribute as false.
   Any help is greatly appreciated.
    Thanks in Advance.
 
Nagarjuna Reddy.PNagarjuna Reddy.P
also used lightning:fileUpload attribute recordId="{!v.recordId}" where my component implements force:hasRcordId.