resume uploads using HTTP?

后端 未结 3 1328
盖世英雄少女心
盖世英雄少女心 2020-12-16 14:21

Is it possible to resume interrupted uploads using HTTP Post? I am working on a project that uploads several files to a HTTP server. Thanks.

3条回答
  •  -上瘾入骨i
    2020-12-16 15:04

    Assuming you have control at a low enough level on both client and server sides of this project you could achieve this via Content-Range headers in your POST (or PUT) requests that send the data.

提交回复
热议问题