Django app implementing server side of tus protocol to powering resumable file uploads for django projects. More Info about: http://tus.io/
49
stars
32
forks
source link
How can i handle Django-tus with Django models? #29
Open
c0d33py opened 2 years ago
Need help
I want to attach the uploaded file with Django model to save the record of the file. The file is saved as part of saving the model in the database.