Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个应用程序,允许用户通过 Web 应用程序浏览和上传大文件到 Amazon S3。我正在使用适用于 .Net 的 Amazon AWS 库。但是,由于文件很大,我想在网站上提供“取消”选项。我在 API 中看不到有关如何取消使用 S3 上传的文件的任何内容。有谁知道如何取消文件上传?
谢谢。
你可以通过使用来做到这一点Thread.Abort()
Thread.Abort()