The Database stuff sounds like a good idea.
I have figured out how to store images in a postgreSQL Blob, it uses
seperate table space for all large objects and puts a pointer(object id) into the table. I believe that oracle and informix also do this.
Where in vanila 0.91 do you actually insert the images into the table?
if it is autoform.php I seam to be missing IT??