resume uploads using HTTP?

后端 未结 3 1330
盖世英雄少女心
盖世英雄少女心 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:09

    well some more info would be useful

    Most easy is using http://resumablejs.com which uses

    "HTML5 file API to slice the file into chunks" (as Timmmm said)


    just btw - FTP can do this as well, but it might be disabled E.g. in ProFTP it is disabled by default and a common error is not enabling it ;), you would need to add

    AllowStoreRestart on
    

    to your proftpd.conf

提交回复
热议问题