Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@maidi/file

xq52735083ISC1.0.22TypeScript support: included

使用前配置 1、FileConfig >使用前调用FileConfig.config进行配置

readme

迈迪前端npm file包

使用前配置

1、FileConfig

使用前调用FileConfig.config进行配置

Property Desc
online_exists 判断线上文件是否存在
download 文件下载
cancelDownload 取消文件下载
upload 上传文件
cancelUpload 取消文件上传
saveDialog 生成下载地址方法
openDialog 选择文件
exists 判断本地文件是否存在
base64 根据本地文件生产文件hash值
hash 根据本地文件生成文件hash值
size 获取本地文件大小
## 组成
1、Services
Service Desc
--- ---
DownloadService 文件下载服务
FileService 文件操作服务
UploadService 文件上传服务