move_uploaded_file((getimagesize($_FILES[$desktop_fieldname_1280x800]['tmp_name']), IMAGETYPE_PNG), $desktop_filename_1280x800)
I want to check if it is an image before moving the file, is the code above possible? want to do something similar it should perform the test within that statement not outside.