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

上传文件损坏

MgGaHui opened this issue · comments

文件上传成功后,rar文件解压失败,mp4文件播放失效

我也遇到这个问题,还是一个很大的问题啊。

并发使用读写流写入文件会造成这种情况,原因不是很清楚,改成只用一个写流,多个读流串行读取就可以了。