Jump to content

UniSession.SendStream Multiples DOWNLOAD


SISBLU Software

Recommended Posts

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;

?

Link to comment
Share on other sites

\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

Link to comment
Share on other sites

  • 3 years later...
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...

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...