@gswl/fileup
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

file_upload

install

npm i @gswl/fileupload

Usage

import fileupload from @gswl/fileupload;

/**
 * 
 * @param 上传参数 
 * { 
 *  servePath: string,  上传服务器地址
 *  filePath: string,  上传文件路径
 *  temp?: any,  是否为临时文件,不传是正常文件,传任何值都是临时文件
 *  needIgnores?: string[]  需要忽略的文件
 * }
 * */
fileupload(param).then(res=>{
    // res :
    // {
    //     msg: '文件上传成功',
    //     code: 200,
    //     downLoadUrl:'xxxx'
    // }
}).catch(error=>{
    // error
});

Readme

Keywords

none

Package Sidebar

Install

npm i @gswl/fileup

Weekly Downloads

1

Version

1.0.11

License

ISC

Unpacked Size

4.79 kB

Total Files

4

Last publish

Collaborators

  • gswlwp