input type=file输入框
Posted DavidPan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了input type=file输入框相关的知识,希望对你有一定的参考价值。
<div class="row">
<!--选择图片按钮-->
<div class="col-xs-12" align="center" id="view">
<img id="upload_img" src="img/enroll/upload-btn.png" style="width: 254px;height: 246px;" />
<input id="file" type="file" class="inputstyle" accept="image/*" />
</div>
</div>
<style>
.inputstyle {
width: 250px;
height: 250px;
position: relative;
cursor: pointer;
outline: medium none;
filter: alpha(opacity=0);
-moz-opacity: 0;
opacity: 0;
top: -80%;
left: 10px;
}
</style>
以上是关于input type=file输入框的主要内容,如果未能解决你的问题,请参考以下文章