C

Where is the code for the style of the default file upload button "Choose File"?

  • Thread starter Thread starter CStrategies
  • Start date Start date

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
C

CStrategies

Guest

The
Code:
<xf:upload>
button appears on the site as a drab early 2000's gray and white button.

XUF2DM1Ntd.webp

In the template code, it looks like:
Code:
Code:
<xf:macro name="custom_dependent" arg-id="">
    <xf:upload name="upload" accept=".gif,.jpeg,.jpg,.jpe,.png" id="{$id}" />
</xf:macro>

The button does not appear in the rendered HTML, so there is no way to select it via CSS. One assumes it is created via JS, but I have run a text-string search for "Choose File" in every js, xml, and php...

Read more

Continue reading...
 
Similar content Most view View more
Back
Top Bottom