Im downloading images in run time and trying to load them, but since i find some error, i am trying to detect the file size:
Code: Select all
THIS IS NOT A CODE, is just showing what i am doing
Downloading images:
r = ReceiveHTTPFile(DireccionImagen$, ImgDir$)
Checking the size
FileSize(ImgDir$) < 1500
Need to check before LoadImage, because many times i get an error

