@gswl/uploadpkg
v1.0.7
Published
## install npm i @gswl/fileupload
Downloads
4
Readme
file_upload
install
npm i @gswl/fileupload
Usage
/**
*
* @serverPath 上传服务器地址
* @filePath 上传文件路径
*
* */
const uploads = new Upload();
uploads(servePath,filePath).then(res=>{
// sucess
}).catch(rej=>{
// error
});