ConsultingJoe Posted September 15, 2006 Posted September 15, 2006 I have the beta 3.2 and I used the example from the help file: $size = InetGetSize("http://www.autoitscript.com/autoit3/files/beta/update.dat") MsgBox(0, "Size of remote file:", $size) And I just get "0" any ideas? Check out ConsultingJoe.com
Valik Posted September 15, 2006 Posted September 15, 2006 You're using IE7. Apparently InetGetSize() doesn't work with IE7. I don't know if Microsoft changed something or broke something. When IE7 becomes final, it'll be resolved. Until then, don't use alpha/beta software from Microsoft.
ConsultingJoe Posted September 15, 2006 Author Posted September 15, 2006 You're using IE7. Apparently InetGetSize() doesn't work with IE7. I don't know if Microsoft changed something or broke something. When IE7 becomes final, it'll be resolved. Until then, don't use alpha/beta software from Microsoft.Ohh, ok, thanks a bunch. Check out ConsultingJoe.com
Valik Posted September 18, 2006 Posted September 18, 2006 Out of curiosity, what version of IE7 are you running? I just tested this with IE7 RC1 and it works.
ConsultingJoe Posted September 18, 2006 Author Posted September 18, 2006 Out of curiosity, what version of IE7 are you running? I just tested this with IE7 RC1 and it works.Beta 37.0.5450.4I will update it and update you, Thanks Check out ConsultingJoe.com
ConsultingJoe Posted September 18, 2006 Author Posted September 18, 2006 Beta 37.0.5450.4I will update it and update you, ThanksYep that did it. I have RC1 and it is working. thanks again Check out ConsultingJoe.com
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