Part of the image is missing after resize

See all posts See thread Reply

Re: Part of the image is missing after resize new!
by Mike, 13 years, 3 months ago
Just did a lot of troubleshooting on this and found that my issue had to do with how i was storing the file in MySQL. I was using BLOB instead of LONGBLOB, so my images were being cut off.

No issues with the Upload.class at all! Whew :)Reply