My script has this line:
<?
if (file_exists('../'.$date[picture])) {
$size = getimagesize('../'.$data[picture]);
The problem is, that php try to get the size on the file, also if there not are a file called the filename.
What can the error be?
//Ulrik Q K