I actually am working on a website having heavy sized images. So while i'm trying to store those images in the Mysql table using LONGBLOB, it is still throwing up the error about the size. Once the images are stored in the database, I want to fetch them in the website using PHP.
Can anyone one tell me how to go about that and also if there are any other alternatives on storing the images in the database other than Mysql, that would be helpful.
Thank you in advance.
Regards
VG