Hey Guys, I am currently running an images hosting website where images are stored in a mysql database (longblob) The upload works fine, but when selecting the images to show them it only works if the images are smaller than 1MB.. Attempting to view an uploaded image bigger than 1mb just causes to break. Any idea how to solve this problem so i can select/download bigger images from the database? Example: http://www.onedump.com/viewupload.php?key1=b9330446908b171e9428047565bed858&key2=42de6ba91a70feb4a99b4bedee59a085&key3=9cdfe9ec6205ac20c49baa45dca07b0e The first file is about 1,7MB, the second only 800KB Julian