Re: Sending file to the user gives UnicodeEncodeError in Flask framework

2018-09-12 Thread dieter
> On Wed, 12 Sep 2018 06:57:36 -0700, Νίκος Βέργος wrote: >> I want to send the user a file when he clicks the appropriate button and >> I'm suing the following. >> >> # Prepare selected file for download... >> send_file( '/home/nikos/wsgi/static/files/' + filename ) >> >> But no

Re: Sending file to the user gives UnicodeEncodeError in Flask framework

2018-09-12 Thread Alister via Python-list
On Wed, 12 Sep 2018 06:57:36 -0700, Νίκος Βέργος wrote: > I want to send the user a file when he clicks the appropriate button and > I'm suing the following. > > # Prepare selected file for download... > send_file( '/home/nikos/wsgi/static/files/' + filename ) > > But no matter what