poster:节点模块,用于通过多部分上传本地远程文件

时间:2024-05-18 06:05:26
【文件属性】:

文件名称:poster:节点模块,用于通过多部分上传本地远程文件

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-18 06:05:26

JavaScript

海报 异步节点模块,用于通过多部分上传本地/远程文件。 安装 $ npm install poster post(uri,options,callback [err,data]) 选项 uploadUrl :上传URL。 (必需的) method :HTTP方法类型。 默认为POST 。 fileId :文件的文件ID参数名称。 默认为Filedata 。 fields :可选的表单参数。 maxFileSize :允许上传的最大文件大小(以字节为单位)。 默认情况下禁用。 fileContentType :要上传的文件的内容类型。 默认为'application / octet-stream'。 downloadFileName :如果提供,它将覆盖从URL解析的文件名。 maxRedirects :放弃下载文件之前允许的重定向总数。 默认为5 。 downloadH


【文件预览】:
poster-master
----package.json(577B)
----LICENSE(1KB)
----index.js(41B)
----README.md(3KB)
----lib()
--------poster.js(10KB)
--------mimetypes.js(28KB)
----test()
--------test-url.js(2KB)
--------run.js(27B)
--------file()
--------test-file.js(2KB)

网友评论