html5大文件上传技术(五)

本文是关于HTML5大文件上传技术的第五部分,主要介绍如何进行文件选择,包括拖拽和Input(File)选取方式,并且讲解了如何通过获取文件扩展名来筛选特定类型的文件。
摘要由CSDN通过智能技术生成

六、文件选择

文件选择包括两种,一种是通过html5拖拽、还有就是通过Input(File)选取。

文件选择范例:

<body>
    <style>
    .file_select_example.hovering {
      -webkit-box-shadow: inset 0px 0px 50px #BBB;
      -moz-box-shadow: inset 0px 0px 50px #BBB;
      -o-box-shadow: inset 0px 0px 50px #BBB;
      box-shadow: inset 0px 0px 50px #BBB;
    }
      .file_select_example {
        width: 560px;
        height: 120px;
        border: 1px solid #BBB;
        background: white url("css/img/back_image_1.png");
        position:relative;
        align-content:center;
      text-align: center;
      font-size: 20pt;
      }  
       .word_area {
      border: 2px dashed #BBB;
      text-align: center;
      font-size: 20pt;
      color: #BBB;
      border-radius: 5px;
      float:left;
      position:absolute;
      margin:10px;
      width: 536px;
      height: 96px;
      top:0px;
      left:0px;
      line-height:80
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值