type="file"上传文档格式限制

本文介绍如何使用HTML的`<input type='file'>`元素配合`accept`属性来限制用户上传的文件格式,例如只允许上传`.doc`、`.docx`类型的文档。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

选择 type="file" 的 <input> 元素:

$(":file")
        if ($("input[name='qqfile']").length > 0) {
            alert(123);
            debugger;
            $(":file").attr("accept", ".doc*");
            //$("input[name='qqfile']")[0].outerHTML="<input qq-button-id='1e6a7f8e-9379-429d-8ca2-a5c90f2a2d9b' multiple='' accept='image/*' type='file' name='qqfile' style='position: absolute; right: 0px; top: 0px; font-family: Arial; font-size: 118px; margin: 0px; padding: 0px; cursor: pointer; opacity: 0; height: 100%;'>";


        }

$(":file").attr("accept", ".doc*");



$(":file").attr("accept", ".doc");


$(":file").attr("accept", ".docx");




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值