Alternative of send_file() in flask on Pythonanywhere?
问题 I am new to python and still learning. I created a small python 3.6 Flask webapp on pythonanwhere and found out that send_file() is not working on pythonanywhere servers. I am actively looking for an alternative to download an excel file directly on the user machine. I also tried Response but it is not giving desired output. I read alot about it online and found that the send_file works fine if we set below wsgi-disable-file-wrapper = True However, i don't know where to set this as i couldn't