mime checking v24

See all posts See thread Reply

Re: mime checking v24 new!
by rr1024, 16 years, 9 months ago
No once I remove the extra process with no set up the class refused the file upload like it was suppose to...even tried a few other tricky things and the class refused to upload anything that was not in the mime list.
Basically I had two calls in my function to do Process
2X of the following
//copy to upload dir
$handle->Process( $ImageArr['ImgPath']  );
One was further down in my code so what was happening is when I would upload a real image it actually was uploading it twice and applying all the setups to one but not the other in the second Process...

The class is solid!!! no worries, I even tried a few other things.
Sorry it was my mistake... ;-) happens when working late...LOLReply
Re: mime checking v24 new!
by colin, 16 years, 9 months ago
Pleasure.

It is good anyway, since it tests the class even more. All feedback is useful.Reply