Skip to Content

Technology Blog

Technology Blog

Tag – Jquery

Multiple File Uploads in Django

Here is a quick example of how to add a multiple file form to your Django application.  Most multiple-upload front-ends were created without Django in mind, so interfacing with tools is not always straightforward as it might be with a different language.  Thankfully, there are a couple of Django libraries...

Back