Open FMiranda97 opened 1 year ago
I get a crash when using ASGI. This line fails to convert since ASGIRequest.environ does not exist.
ASGIRequest.environ
https://github.com/IV1T3/django-middleware-fileuploadvalidation/blob/761518c7db3022283b1e8d0bc3a5ee0e5f4522ab/django_fileuploadvalidation/modules/converter.py#L62
Sorry for the long delay! Working on it!
I get a crash when using ASGI. This line fails to convert since
ASGIRequest.environ
does not exist.https://github.com/IV1T3/django-middleware-fileuploadvalidation/blob/761518c7db3022283b1e8d0bc3a5ee0e5f4522ab/django_fileuploadvalidation/modules/converter.py#L62