Open RubenGarcia opened 3 years ago
Uploading a file of size zero (HTTP_UPLOAD_LENGTH = "0") results in https://github.com/alican/django-tus/blob/master/django_tus/tusfile.py#L126 seek (-1) which is not caught.
Paste the command(s) you ran and the output. If there was a crash, please include the traceback here.
Description
Uploading a file of size zero (HTTP_UPLOAD_LENGTH = "0") results in https://github.com/alican/django-tus/blob/master/django_tus/tusfile.py#L126 seek (-1) which is not caught.
What I Did