AutoHotkey Community

It is currently May 27th, 2012, 4:27 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: September 11th, 2005, 5:47 am 
Offline

Joined: July 6th, 2005, 6:31 am
Posts: 15
Quote:
The file is obtained from IE cache whenever possible


Maybe we should disable this function optional? For example, add forcemode for it?

How to monitor the progress of URLDownloadToFile so we can display the progress in GUI?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 11th, 2005, 2:05 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
The ability to monitor the progress of a download is planned. There might be other improvements too.

Thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 25th, 2005, 7:15 am 
Offline

Joined: April 18th, 2005, 11:03 am
Posts: 14
Location: WI, USA
How about making an option for it to automatically "pause" persay, if your less then quality dialup connection like mine cuts out and then resume once connectivity is restablished? :D

_________________
"It was when I found out I could make mistakes that I knew I was on to something."
--Ornette Coleman


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 25th, 2005, 1:13 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Resuming an interrupted download probably won't be added as a feature (except to the extent that it's already supported by by the built-in OS functions that AutoHotkey calls). Therefore, it would probably be better to use a command line utility that has the capability to resume.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 27th, 2005, 3:48 am 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
Would adding an option to return the size that the file was reported to be in an optional variable be a possibility?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 27th, 2005, 12:27 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
There is a plan to add the ability to query the size of a remote/HTTP file. In the meantime, I'm pretty sure there's a way to get the size via DllCall, perhaps via:

HttpQueryInfo(hResource, 5, ...) ; 5 is HTTP_QUERY_CONTENT_LENGTH.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group