I was wondering what the code would be to download a file via the http protocol using the inet control. Thanks!
Printable View
I was wondering what the code would be to download a file via the http protocol using the inet control. Thanks!
You must us the execute command:
Execute "http://www.somewhere.com/index.html", "GET"
Using this method will retrieve the file specified in the URL.
:)
Edited by compuGEEK on 02-24-2000 at 11:55 AM