joahim Posted September 29, 2007 Posted September 29, 2007 Hi. I have an invisible IE window, created with _IECreate. How can I accept file download with it ?
AlmarM Posted September 29, 2007 Posted September 29, 2007 Mayby u just need to open the link... Like: _IECreate("www.site.com/downloads/download.format") Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.
joahim Posted September 29, 2007 Author Posted September 29, 2007 nop. then it opens the download window (it is not invisible), but i need it all automated and hidden :/
JustinReno Posted September 29, 2007 Posted September 29, 2007 This just might help: It downloads a google picture onto your desktop invisibly. CODE #Include <Inet.au3> InetGet("http://content.answers.com/main/content/wp/en/d/d2/Google.com_front_page.png", @DesktopDir&"\GoogleCLICKME.png")
joahim Posted September 29, 2007 Author Posted September 29, 2007 I need to use http session aka login on site and then download a file.
JustinReno Posted September 29, 2007 Posted September 29, 2007 Then: CODE #Include <Inet.au3> Inetget("http://myuser:mypassword@www.somesite.com/picture1.jpg", @DesktopDir&"\Blah.jpg")
joahim Posted September 29, 2007 Author Posted September 29, 2007 ouh, just had the same idea. but thank you very much
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now