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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...