<?xml version="1.0" encoding="UTF-8"?>
<reference anchor="I-D.ietf-httpbis-resumable-upload" target="https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-resumable-upload-08">
   <front>
      <title>Resumable Uploads for HTTP</title>
      <author initials="M." surname="Kleidl" fullname="Marius Kleidl">
         <organization>Transloadit</organization>
      </author>
      <author initials="G." surname="Zhang" fullname="Guoye Zhang">
         <organization>Apple Inc.</organization>
      </author>
      <author initials="L." surname="Pardue" fullname="Lucas Pardue">
         <organization>Cloudflare</organization>
      </author>
      <date month="April" day="8" year="2025" />
      <abstract>
	 <t>   Data transfer using the Hypertext Transfer Protocol (HTTP) is often
   interrupted by canceled requests or dropped connections.  If the
   intended recipient can indicate how much of the data was received
   prior to interruption, a sender can resume data transfer at that
   point instead of attempting to transfer all of the data again.  HTTP
   range requests support this concept of resumable downloads from
   server to client.  This document describes a mechanism that supports
   resumable uploads from client to server using HTTP.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-httpbis-resumable-upload-08" />
   
</reference>
