【问题标题】:how to cancel upload process using MultipartEntityBuilder in android?如何在android中使用MultipartEntityBuilder取消上传过程?
【发布时间】:2015-12-24 07:00:43
【问题描述】:

我正在使用MultipartEntityBuilder 类上传文件。 此解决方案的主要来源:this link

请问在特殊情况下如何取消ProgressHttpEntityWrapper.ProgressCallback类的上传过程中功能? 感谢任何帮助。

【问题讨论】:

    标签: android upload http-post


    【解决方案1】:

    您可能在某个线程或异步任务中发出上传请求。所以只需取消或停止该线程或异步任务。

    对于异步任务,您可以使用

    task.cancel(true);

    【讨论】:

      猜你喜欢
      • 2015-08-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-09-20
      • 1970-01-01
      • 2015-05-31
      相关资源
      最近更新 更多