javascript - boostrap fileinput 视频上传没有执行fileloaded回调事件
大家讲道理
大家讲道理 2017-04-11 11:05:08
0
1
269

视频超过30M就没有执行这个事件,这是为什么?
$("#video-file-id").on('fileloaded', function (event, filedata, previewId, index) {

    $(".file-footer-caption").text("");
    console.log(filedata.length);
    var index = index;
    uplodaNuber = uplodaNuber + 1;
    //获取到下表并传递给start方法
    if (btnNumber != 0) {
        console.log(btnNumber);
        index = btnNumber + index;
        uploadImg(index);
    } else {
        uploadImg(index);
    }

});
大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!