Do you have any other method to download file from button. Because i need stylish download button. i wanna change background color and font so on...
i only have this one:
in Flask:
return send_from_directory(directory=uploads, filename=fiiilename)
in HTML:
<center>
<p class="big">
<ul>
<a href="{{ url_for('download', filename=fiiilename) }}" style="color:#000000;">
<b>Click Download msword</b>
</a>
</ul>
</p>
</center>
also this one is not working in my code: https://pypi.org/project/flask-download-btn/
question from:https://stackoverflow.com/questions/65623741/python-flask-download-button-example