Menu

#681 WebUpdate fail to detect file size

open
nobody
None
5
2012-09-26
2007-10-28
Paolo M.
No

WebThread.pas : line 169
FileSize := InternetSetFilePointer(fFileHandle, 0, nil, FILE_END, 0);

sometimes (with Apache1.x?) fail (return -1)

infact, according to MSDN,

[...] This function cannot be used once the end of the file has been reached by InternetReadFile. [...]

use of HttpQueryInfo with HTTP_QUERY_CONTENT_LENGTH may be more correct.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.