2 * 1024 * 1024) { return -2; } else { if(!move_uploaded_file($file_tmp, $target_file)){ return -3; } } return 0; } ?>