|
<< Click to Display Table of Contents >> Navigation: Telegram > 2019 > 09 > 23 > Telegram_2019-09-23T07 |
2019-09-23T07:25:37
Hi Jose I am not sure I understand. What I need to do is show the user a list of files he can choose from and the select the file into an image control
2019-09-23T07:26:20
But this must be in the root path wwwroor
2019-09-23T07:26:28
Wwwroot
2019-09-23T07:26:48
I know how to select a file for upload
2019-09-23T07:28:54
I will not know the filename as the user needs to select it from the relative path
2019-09-23T07:31:08
Another way I would assume is to make thumbnails .loop through the images and let the user select from there . I will now have the filename and can easily display it in the selected timage
2019-09-23T07:40:03
If i understand you can do a list, something like this demo:
type: code https://github.com/Atozed/IntraWeb/tree/master/XIV/Delphi/DownloadLink
2019-09-23T07:48:13
Thanks but I need to be able to see the images
2019-09-23T07:49:14
In the wwwroot/images directory
2019-09-23T07:50:17
How would I create thumbnails of all the images and select one
2019-09-23T07:51:09
You use Template?