caktus / django-sticky-uploads

Enhanced file input widget for Django which uploads the file in the background and retains value on form errors.
BSD 3-Clause "New" or "Revised" License
32 stars 9 forks source link

Temporary files accumulate #26

Open dpoirier opened 6 years ago

dpoirier commented 6 years ago

Files uploaded in the background are stored in whatever storage is configured, but never deleted.