Linuxuser1234 1 Posted October 21, 2022 So i want to display files from a website and displaying the files onto these comboboxes and here is the website and url https://thredds.ucar.edu/thredds/catalog/satellite/goes/east/grb/ABI/CONUS/Channel01/20221007/catalog.html and yes i am aware that you can double click the combobox to add items but i want to add the files without manually adding the items/files Share this post Link to post
Remy Lebeau 1394 Posted October 21, 2022 There is no facility in the HTTP or HTML standards for a web server to provide a list of files on the server. If a webpage does offer such a list, it does so manually, so you will have to download that page's HTML and parse it yourself to extract the list. There is no standard format for this. Share this post Link to post