SISBLU Software Posted July 9, 2020 Posted July 9, 2020 Help me I have images within the SQL database. I want to download 5 images once. I used (UniSession.SendStream), but it downloads 1 image. How do I download the 5 images at once? Quote
Sherzod Posted July 9, 2020 Posted July 9, 2020 4 hours ago, Daha Software said: I have images within the SQL database. I want to download 5 images once. I used (UniSession.SendStream), but it downloads 1 image. How do I download the 5 images at once? \FMSoft\Framework\uniGUI\Demos\Desktop\SendFile procedure TMainForm.UniButton2Click(Sender: TObject); begin UniSession.SendFile(UniServerModule.FilesFolderPath+ 'unipdf.pdf'); UniSession.SendFile(UniServerModule.FilesFolderPath+ 'unidoc.doc'); end; ? Quote
SISBLU Software Posted July 9, 2020 Author Posted July 9, 2020 No work. I have to save file by file. If there are 10 files I have to keep clicking one by one to save. Quote
Sherzod Posted July 9, 2020 Posted July 9, 2020 1 minute ago, Daha Software said: I have to save file by file. If there are 10 files I have to keep clicking one by one to save. Sorry, can you make a simple testcase for reproduce? Quote
SISBLU Software Posted July 9, 2020 Author Posted July 9, 2020 \FMSoft\Framework\uniGUI\Demos\Desktop\SendFile procedure TMainForm.UniButton2Click(Sender: TObject); begin UniSession.SendFile(UniServerModule.FilesFolderPath+ 'unipdf.pdf'); UniSession.SendFile(UniServerModule.FilesFolderPath+ 'unidoc.doc'); end; I want to save the 2 files, but without clicking 2 x Quote
Sherzod Posted July 9, 2020 Posted July 9, 2020 1 minute ago, Daha Software said: I want to save the 2 files, but without clicking 2 x As you can see, here in just one click ... Quote
josauro@casasoft.net.br Posted December 5, 2023 Posted December 5, 2023 Hi why I can´t download more than 5 simultaneous files, I have a grid with select many file names, but unisession.sendfile(sFileName) just download first 5 files, no errors occur. !!! Have some session configurations? Thanks Quote
josauro@casasoft.net.br Posted December 6, 2023 Posted December 6, 2023 I don´t understand why, I not talking about Google photos program, my programa uses unisession.sendFile(xxx) and I have dozen files to be downloaded, but they send just five but continues to execute normally, just files don´t came. Quote
Sherzod Posted December 6, 2023 Posted December 6, 2023 1 minute ago, josauro@casasoft.net.br said: I not talking about Google photos program Who's talking? I say Google it, ask this question on the Internet in other words, and you will understand the reason. This limitation is not related to uniGUI... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.