Html
    Css
    Js

    
                        
 .zgw-file {
	width:100px;
	height:100px;
	position:relative;
	border:1px solid #efefef;
	margin:50px;
}
.zgw-file-input {
	width:100px;
	height:100px;
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.zgw-file-content {
	width:100px;
	height:100px;
}
.zgw-file-title {
	width:100%;
	height:30px;
	font-size:14px;
	color:#333;
	line-height:30px;
	text-align:center;
}
.zgw-file-name {
	width:100%;
	height:70px;
	font-size:14px;
	color:#333;
	word-break:break-all;
	padding:10px;
	box-sizing:border-box;
	overflow:hidden;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

jquery上传获取文件名

更新时间:2020-04-30 18:31:01

on事件中的filename是内容div的class,宽度高度都可以调整

0