In jQuery File upload django there is an example implementation. Everything works, everything is OK, but the question is how to connect all this to our own model. For example, we have an order model and in the form of adding an order to the filefield field I want to screw this miracle itself https://github.com/sigurdga/django-jquery-file-upload , where I want to add photos in such a way that select multiple, delete, see status bar, etc. Those. Files must be added to a specific order. Or you can advise another plugin suitable for this purpose.