jquery 大文件分片上传插件 fcup.js

码农软件 · 软件分类 · jQuery分页插件 · 2019-12-13 12:28:05

软件介绍

fcup.js

fcup 是一款支持大文件切片上传插件。该jquery插件使用简单,配置简单明了,支持上传类型指定,进度条查看上传进度。。

pic

安装

直接下载源码,上传功能需要php环境,演示地址: http://fcphp.cn/fcup

使用方法

$.fcup({

    updom: '.fcup',//上传控件的位置dom
     
    //upid: 'upid',//上传的文件表单id,有默认
     
    shardsize : '0.5',//切片大小,(单次上传最大值)单位M,默认2M
     
    upstr: '上传文件',//按钮文字
     
    uploading: '上传中...',//上传中的提示文字
     
    upfinished: '上传完成',//上传完成后的提示文字
     
    upurl: './file.php',//文件上传接口
     
    //uptype: 'jpg,png,gif,jpeg',//上传类型检测,用,号分割
     
    errtype: '不支持此类型文件',//不支持类型的提示文字
     
    //接口返回结果回调
    upcallback : function(result){
         console.log(result);
    }
     
});

更新日志

2018/1/8 : 添加了对于接口返回结果的回调,添加了对于上传表单id的指定

本文地址:https://codercto.com/soft/d/21054.html

The Joy of X

The Joy of X

Niall Mansfield / UIT Cambridge Ltd. / 2010-7-1 / USD 14.95

Aimed at those new to the system seeking an overall understanding first, and written in a clear, uncomplicated style, this reprint of the much-cited 1993 classic describes the standard windowing syste......一起来看看 《The Joy of X》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试