Skip to content

lavitalite/bigfiles-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

preview

preivew

feature

  • 文件预览
  • 拖拽上传
  • 点击上传
  • 大文件分片
  • 并发上传
  • 上传进度
  • 暂停上传
  • 断点续传
  • web worker后台计算文件唯一标识
  • 失败重传

setup

前端: cd client && cd $_;npm i npm run start

后端: cd server && cd $_;npm i npm run start

后端调试 npm run inspect debugger设置断点 repl打印变量 cont, c: Continue execution next, n: Step next step, s: Step in out, o: Step out restart: Restart script