I am working on a project where I need to create a link that acts as a file input when clicked.
Here is the code for the link:
<a id="upload-file">Upload your photo</a>
Is there a way to make this link function as a browse file input? Any suggestions or solutions would be appreciated.