Linked Questions

Popular Questions

How to make a link act as a file input

Asked by At

I have a link,

<a id="upload-file">Upload your photo</a>

And if clicked, I want it to act as an browse file input

<input id="upload-file" type="file"/>

How would I accomplish this?

Related Questions