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
palak jain 4palak jain 4 

css on <apex:inputFile>

Can anyone advise on how to apply css on <apex:inputFile value="{!attach.body}" filename="{!attach.name}" styleClass="fileType" style="align:left"/> so that it can look like a lightning button
Raj VakatiRaj Vakati
<apex:slds />
 <div class="slds-scope">
 <apex:inputFile value="{!attach.body}" filename="{!attach.name}" styleClass="fileType" styleClass="slds-file-selector__input slds-assistive-text"/>
 </div>

 
Raj VakatiRaj Vakati
Hi ,
Refer this link for more info 
https://www.lightningdesignsystem.com/components/file-selector/