文件名称:tus-jquery-client:[已弃用]实现tus可恢复上传协议的jQuery插件
文件大小:87KB
文件格式:ZIP
更新时间:2024-04-14 04:52:11
JavaScript
警告:不推荐使用的项目 tus-jquery-client不再维护,并且不提供支持。 请使用作为用于浏览器的现代tus客户端。 可以在上找到针对不同环境的更多实现。 tus-jquery-client 一个实现jQuery客户端。 如果您在寻找不需要jQuery的浏览器客户端,则可能会喜欢 。 例子 下面的代码概述了API的工作方式。 $ ( 'input[type=file]' ) . change ( function ( ) { var options = { endpoint : 'http://localhost:1080/files' } ; var input = $ ( this ) ; tus . upload ( this . files [ 0 ] , options ) . fail ( function ( error ) {
【文件预览】:
tus-jquery-client-master
----.gitignore(14B)
----package.json(738B)
----.travis.yml(137B)
----js()
--------jquery.tus.js(8KB)
----LICENSE.txt(1KB)
----README.md(2KB)
----demo()
--------demo.css(91B)
--------package.json(434B)
--------jquery.js(262KB)
--------index.html(2KB)
--------demo.js(1KB)
--------server.js(484B)