![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re: dealing with attachments (again)by httptech (Chaplain) |
on May 25, 2000 at 21:09 UTC ( [id://14815]=note: print w/replies, xml ) | Need Help?? |
Look at my snippet for extracting MIME attachments,
it may be helpful.
While you could store binary data in MySQL, I can't think of a good reason to do so. If the attachments are so big you don't want to store them in memory, they will probably be too big to move in and out of MySQL also. Use my snippet to save the attachments to the server, then save the path to MySQL instead.
In Section
Seekers of Perl Wisdom
|
|