First of all, thanks for replying 🙂
I am actually storing the binary data in my database, and the script (img.php) resizes the image dependently on $view (so people can't screw arround 🙂, the database itself is not so big, every record can contain 3 images, (there are 3 coloms with BLOB as datatype).
The user can choose to upload none, one, 2 or 3 images.
On the page where the problem occurs, there are multiple images who use the script, also, when i resize the images to 20 x 20, there is no error, but on the page where i resize them to 50 x 50, sometimes, there is a problem, the images are not bigger than 15 K
Hope you understand me correctly 😉
Thanks in advance,
Bruno