Jump to content

Selecting/Defining download path[Inet]


Recommended Posts

My script is downloading files via the Inet command, now I want the user to be able to "Browse" to determine the download path much like in any other program.

If you could refer me to the article in the help section(I've already looked for it in the help section btw) or know of the command to do this, please leave your input.

Link to comment
Share on other sites

My script is downloading files via the Inet command, now I want the user to be able to "Browse" to determine the download path much like in any other program.

If you could refer me to the article in the help section(I've already looked for it in the help section btw) or know of the command to do this, please leave your input.

Hi,

Maybe like this:

$localpath = FileSelectFolder ("Please choose download path", "")
InetGet ($url, $localpath & "\" & "filename")

;-))

Stefan

P.S: Much too late. Missing browser refresh.....

Edited by 99ojo
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...