I created a form using CCK. It has an upload field. When I enter a file there and then send the form via email, the file path is displayed, but not the file itself. It's located at the specified path but with additional terms:
/components/com_os_cck/files/filefield_43_1776709801_Radoslav_Olexa_CV_2026.docx OP-26-267 OP-26-267 OP-26-267.
The email field contains the following:
{|text_textfield_34|}<br />
{|text_textarea_49|}<br />
{|text_textfield_48|} <br />
{|text_textfield_36|}<br />
{|text_textfield_37|}<br />
{|text_textfield_38|}<br />
{|filefield_43|}
filefield_43 is the upload field.
The generated email is attached.
