JS点击图片直接跳出选择文件是如何实现的

JS点击图片直接跳出选择文件是怎么实现的
一般选择文件都是用
<input type="file">

但我在WordPress看到的是
<a href="#" class="browser button button-hero" id="__wp-uploader-id-1" style="display: inline; position: relative; z-index: 1;">选择文件</a>

没有隐藏的<input type="file">他是怎么实现的?
HTML5有拖拽功能可以直接上传图片,那有没有点击链接直接打开选择文件的功能
------解决思路----------------------
html4必须要有input file,html5应该也是要有的吧