3) { copy($in,$out); break; } } exit; copy($in,$in2); $test = getimagesize($in2); if($test[0] == 1280 and $test[1]==960 and filesize($in2) > 260000) { copy($in2,$out); } if(!file_exists($out)) { copy($in2,$out); }