Jump to content

How to work with file chooser.


Recommended Posts

I want to use Autoit with some web tool. This tool opens in browser "Choose file" dialog for uploading/downloading file and then Autoit should choose file or destinantion directory.

How can I do it ?

Edited by boraldo
Link to comment
Share on other sites

I am already able do upload. What about download ?

Suppose we have already opened "file download window".

Here is my code:

$title="Saving"

WinWait($title)

WinActivate($title)

ControlClick($title,"","[CLASS:Button; INSTANCE=2]")

Window activates but then nothing happens.

Edited by boraldo
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...