How do I use an attribute in user preferences?

how to use "accept" attribute in user preferences? give me some idea, this is my code:

 <apex:inputFile value="{!file.versionData}" accept=".xlsx,.xls" fileName="{!file.pathOnClient}" styleClass="slds-button--brand"  onchange="showbutton()" /

      

+3


source to share





All Articles