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

Documen/Clean up Client Side Hooks #1

Closed mlavin closed 11 years ago

mlavin commented 11 years ago

The plugin has hooks for before the file is uploaded and after (success and failure). Right now they aren't easily configurable. It also might be worth looking into how to handle the case where the file has not completed the background upload and the user submits the form.

mlavin commented 11 years ago

Added and will be included in v0.2 release.