Hello guys!
Is there any way to download a file using django-htmx?
I have all my frontend built with htmx but i need to press a button, send a form and download a file.
I don't have the option do a get method and get the file from there.
I need to do a post method (with the form data) and download the file there.
Anything you can suggest will help me a lot!
Thanks