Description
According to the manual on file_download, if we put name=something, we get that as a suggested download name when we download our file.
However, I've been getting TaiPyContent.bin whenever I try to download a byte stream from python (and not an actual physical file).
Description According to the manual on file_download, if we put
name=something
, we get that as a suggested download name when we download our file. However, I've been gettingTaiPyContent.bin
whenever I try to download a byte stream from python (and not an actual physical file).See example code below
How to reproduce
Expected behavior When clicking downloading, should get a file named
my_downloadable_file.txt
, but we getTaipyContent.bin
instead.Screenshots
Runtime environment