yeyan1996 / file-upload

A guide about how to upload and process large files (using Vue.js for frontend and Node.js for backend)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

跨分区rename Error: EXDEV: cross-device link not permitted

lemontree2000 opened this issue · comments

系统: window10
浏览器: chrome 79

跨分区rename 时会出现权限问题,导致不能生成新的文件从而接口一直pending
Snipaste_2020-01-13_16-33-51

Snipaste_2020-01-13_16-34-57

已修复,fx-extra 的 rename 方法 windows 平台似乎有权限的问题,换成 fse.move 了