I know there are a few posts about this already but the answers in some seem to have caused some controversy so, I'm wondering if there's a "foolproof" way of triggering the file upload without using an input field. Basically what I want to do id to have a div with an Icon & text link which triggers the file upload when you click it. Kind of like:
.upload{
padding: 5px 10px 5px 30px;
background: url() center left no-repeat;
}
<div class="upload">(icon) Click here to add a photo</div>
Any help or advice would be hugely appreciated, thank you.