@LastMitch,
I am validating the mime type before progressing to the resizing OOP Class.
You are correct in the code you supplied, this is in the class functionalilty. I had created a multi array instead of one that i can validate the ['type']
from $_FILES.
So i cahnged the first line to:
$var = array('mimetype1','mimetype2');
And this parsed.
Thank you for your assistance and input. It is greatly received.