HTML PROBLEM
HTML PROBLEM
Out of context: Reply #11
- Started
- Last post
- 15 Responses
- sparker0
he is asking how to change the button in the *input type="file"* element, specifically.
not how to use an image for a regular *input type="button"* element. folks.
and, to my knowledge you can't...because *input type="file"* is a particular component.
you would have to build a custom upload using a text file and a button element, distinct from eachother.