Jump to content
Linuxuser1234

In fmx how can i display files from a website to a combobox

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×