No media files provided.
In mobile device, we want the input to be big enough so that they aren’t difficult to be tapped. We want to implement the following file input style:
See the Pen An example of styling file input for mobile device by Thomas Seng Hin Mak (@makzan) on CodePen.
Hints:
You may need to use :before
for the extra copy-writings.
You can hide the button in Webkit via:
::-webkit-file-upload-button {
visibility: hidden;
}