View Single Post
  #5  
Old 08-09-2007, 08:55 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
I think getimgwidth() is forcing the download of the image, so once it is not zero anymore then it finished downloading.

There are various functions for checking the download of files:
isdownloading(filename) - boolean, checks if a file is currently downloading
isdownloadingfiles() - bool
downloadfile - string
lastdownloadfile - string
downloadpos - integer
downloadsize - integer
fileexists(filename) - bool
filesize(filename) - integer
fileupdate(string) - bool
Reply With Quote