Apoko2002,
You have been too quiet. I have a bad feeling that you don't have good news to share with the group
It seems like a lot of people want this hack?

I would love to finish it. I just need to know what the problems are or I won't be able to fix them. This has worked on my server for almost 3 months now with only one real error. I made the database field that holds the full image into a type that only holds 65k

The side effect is the image gets uploaded and chopped at 65k. A thumbnail cannot be created due to the fact that he image isn't valid anymore. The full image will still show if you click on the invalid thumbnail link. You can fix the problem with the following sql string.
Code:
alter table viPortfolio change column file file LONGBLOB;