gkuhn1 / django-admin-multiupload

Multi file upload for django-admin app
71 stars 65 forks source link

Title Field #27

Open python-force opened 7 years ago

python-force commented 7 years ago

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?

gkuhn1 commented 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.