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
49 stars 32 forks source link

More information on "tus_upload_finished_signal" #2

Open felocru opened 7 years ago

felocru commented 7 years ago

Description

I there a way to get the "request" from the signals? I need to know that user sent.

alican commented 7 years ago

Hello,

actually its not possible because the request is not passed to the signal. But its just one line of code and i will add and test it. I have actually no time but if you want to try it, just add to the tus_upload_finished_signal.send method in the 253. line on views.py. if its working than make a pull request