I need to make a form for my web page, able to deploy historical charts stored in a folder. Is it possible to make it read the elements inside the folder, and show them as options?
Example: an X folder, would contain 5 "region folders", each of these 5 folders would be an option for "region" item. Likewise, inside each of these "region folders" are at least another 4 "station folders", which in turn, would be options for "station" item, and so on... Finally there are differents charts for every day of every parameter of every station of every region.
Is it possible to do that? or any alternative to this? I leave an example of what I've done till now. Thanks in advance!