N
N
NyxDeveloper2021-01-18 09:48:18
Django
NyxDeveloper, 2021-01-18 09:48:18

How to download multiple files from django app?

I am making a section with documents in the application, I ran into the problem of uploading files from the server to the PC. There are no problems with downloading several files, but there are downloads. You need to download several files at once, preferably in one archive.
Question: how to give the archive file in a new page in the view or just download the archive as if it were a regular file without leaving the page? I'm not strong yet in working with files, so I'll be glad for at least some explanation or links to non-broken documentation on this issue.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2021-01-18
@NyxDeveloper

https://docs.djangoproject.com/en/3.1/ref/request-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question