Jump to content

Recommended Posts

Posted

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.

Posted (edited)

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

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
×
×
  • Create New...