> 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
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