Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
JohananOppongAmoateng authored Jan 4, 2025
1 parent 59ce63b commit 69dfedf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ Typical usage
"expires": "2013-07-18T17:56:22.186Z"
}

3. Repeatedly POST subsequent chunks using the ``upload_id`` to identify the upload to the url linked to ``ChunkedUploadView`` (or any subclass). Example:
3.
Important: For each subsequent chunk, include the Content-Range header to specify the byte range being uploaded.
Repeatedly POST subsequent chunks using the ``upload_id`` to identify the upload to the url linked to ``ChunkedUploadView`` (or any subclass). Example:

::

Expand Down Expand Up @@ -145,4 +147,4 @@ Add any of these variables into your project settings to override them.
Support
-------

If you find any bug or you want to propose a new feature, please use the `issues tracker <https://github.com/juliomalegria/django-chunked-upload/issues>`__. I'll be happy to help you! :-)
If you find any bug or you want to propose a new feature, please use the `issues tracker <https://github.com/juliomalegria/django-chunked-upload/issues>`__. I'll be happy to help you! :-)

0 comments on commit 69dfedf

Please sign in to comment.