Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.4k views
in Technique[技术] by (71.8m points)

vue中axios上传多个文件时,如何设置CancelToken取消指定的文件请求

单个文件上传,上传了多个,如何取消某个文件上传 每个请求都设置cancelToken,但是取消的时候,取消哪一个


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

首先文件应该是可以区分出来吧?

image.png

然后就是文件和axios做一个对应关系

  1. 使用闭包
  2. 使用 File 对象保存

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...