1938 Posted April 23, 2020 Posted April 23, 2020 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 Quote
Sherzod Posted April 23, 2020 Posted April 23, 2020 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 Quote
1938 Posted April 23, 2020 Author Posted April 23, 2020 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 Quote
Tokay Posted April 23, 2020 Posted April 23, 2020 Most of the Delphi and third-part functions and libraries except visual (VCL/FMX) are acceptable. With some restrictions (mostly from the security). 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.