
08-09-2007, 08:55 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
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 |
|
|
|