Hi
I'm trying to put an image resized qith GD into a MYSQL blob.
I load the image from a HTML form, then I resize it, save it to the server disk, and then reload it to store the data into the blob.
How can I do this without writing the file on the server disk ?
thanks
Alexx