class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I don't want to store images as files, but rather as MySQL BLOB(s), is it possible to instantiate with the data returned from mysql? (or a variable/memory?)
I don't want to store images as files, but rather as MySQL BLOB(s), is it possible to instantiate with the data returned from mysql? (or a variable/memory?)
Cheers
Dave