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

Remove jQuery Dependency #23

Open mlavin opened 7 years ago

mlavin commented 7 years ago

This dependency creates a headache for installing from git (see #22) and probably isn't needed. Using jQuery made it easy to create a working proof of concept quickly but for long term maintenance it would be better if we didn't have this dependency.