Forzar la Descarga de un Archivo (imagen-foto-pdf)
usando Flask y python
Python Python

{% include 'form.html' %}
{% set path = 'static/archivos/' %} {% for foto in list_Photos %}
{{ foto }}

{{loop.index}} {{ foto }}

Eliminar Archivo Descargar Archivo
{% endfor %}