Jump to content

Recommended Posts

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

?

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

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

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

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