The problem is that I cannot send headers when using send_file , is there any workaround for this?
I want to be able to send headers when sending files to the client.
return send_file(mp3_filepath, 'audio/mpeg')
python flask header sendfile
Alh
source share