Resumable.js基于 HTML5 File API 的文件上传工具

联合创作 · 2023-09-21 19:32

Resumable.js 是一个 JS 库提供了多路同步、稳定和可恢复的文件上传,基于 HTML5 File API

示例代码:

var r = new Resumable({
  target:'/api/photo/redeem-upload-token', 
  query:{upload_token:'my_token'}
});
// Resumable.js isn't supported, fall back on a different method
if(!r.support) location.href = '/some-old-crappy-uploader';
浏览 2
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报