Open python-force opened 7 years ago
Take a look in the method process_uploaded_file
https://github.com/gkuhn1/django-admin-multiupload/blob/master/example/gallery/admin.py#L14
you have 3 parameters:
Using the request instance like:
request.POST
you can get all fields from the posted form.
Does the Title field work? How can I make it work when I type in a name into Title field and press Upload it will save it with the file?