Posted by Marco on 03/13/06 20:07
I want to use jpg.pictures from another website.
Before I want to check if the file exist
I tried (file_exist("http://www.xx.yy/path/file.jpg"))
but that is not allowed
Also tried linkinfo("http://www.xx.yy/path/file.jpg")
but, however some files do not exist all the results are True (-1)
Thate could be correct because the path exists, the file doesn't.
Anyone knows how to check this
Marco
[Back to original message]
|