Guilherme Kuhn

Results 2 comments of Guilherme Kuhn

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: * uploaded file * Parent instance (if exists otherwise None) * Request instance Using the request instance like:...

It should be nice to be able to disable features in the UI without having to overwrite the upload.html template.