problems with storing image attachments of emails
Posted by Si Chen-2 on Jun 24, 2006; 1:45am
URL: http://ofbiz.116.s1.nabble.com/problems-with-storing-image-attachments-of-emails-tp168729.html
Hi everyone.
I wanted to find out if anybody is using storeIncomingEmail to store
emails with image attachments. It is having a couple of problems:
documents with images are not stored correctly, and if you send two
different images, the same one is stored twice. If someone else has
seen these problems or, even better, a fix for it, I'd really like to
know.
Also, just out of curiosity, why are we storing images in the
database in ImageDataResource instead of as a file on the server?
Si