hello all,
i have following situation:
In a form a give the user the chance to upload a image into the database.
In annother form i use the sc_mail_send macro in the after_insert event to send a mail to a specific user - this works without problems.
But i?m not able to attach the picture to the mail.
the mail arrives without the attachment.
I?m using Postgreql DB and tried to store the file into a oid-,bytea-Field, tried to save the document on the server directly, nothing is working.
Anyone has a solution for the problem or could give me the right direction ?
Thanks
Gerd