alican / django-tus

Django app implementing server side of tus protocol to powering resumable file uploads for django projects. More Info about: http://tus.io/
MIT License
48 stars 30 forks source link

django-tus does not seem to send the compulsory Location header on successful upload #12

Closed RubenGarcia closed 3 years ago

RubenGarcia commented 3 years ago

Description

On successful upload, I received the following response: data: "" headers: cache-control: "no-store" content-length: "0" content-type: "text/html; charset=utf-8" tus-resumable: "1.0.0" upload-offset: "469"

This response is missing the compulsory Location header. See https://tus.io/protocols/resumable-upload.html

RubenGarcia commented 3 years ago

On further examination, the issue may be client side. https://github.com/rpldy/react-uploady/issues/86 Closing for now