Jump to content

Recommended Posts

Posted

Is there a way to retrieve a list of files on the server?   I am looking for a way to list files available to download.  Uploads are fine.  But I need a way to select files for download.

 

-Scott

Posted
3 hours ago, 1938 said:

Is there a way to retrieve a list of files on the server?   I am looking for a way to list files available to download.  Uploads are fine.  But I need a way to select files for download.

Hello,

For example, you can analyze two demo examples.

First to get a list of files:

\FMSoft\Framework\uniGUI\Demos\Desktop\PDFViewer

And the second for downloading files:

\FMSoft\Framework\uniGUI\Demos\Desktop\SendFile

 

Posted

So all core functionality such as Sysutils is acceptable on the Server Side?  I had convinced my self that utilities such as FindFirst etc was not allowed server-side.  

 

Nice!

 

-Scott

Posted

Most of the Delphi and third-part functions and libraries except visual (VCL/FMX) are acceptable. With some restrictions (mostly from the security).

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