[Answered ]-Django admin action with file upload – process file content and put it in database

1👍

The solutions I used is the one described in my comment. Create an empty model (with pass instead of fields), custom admin form and place your logic in the form.

1👍

you can use Django Filebrowser. This app can handle multiple uploads with progressbar and have many other things.

👤Saff

Leave a comment