16
Hi Hervet,
I add the following code into the contact.php. I manage get the output in the email. But the email only contain textname of file upload! No download or anything... hehe. Ex I upload the file name test.gif and email just contain the name..kewl.
$ctobform->addElement(new XoopsFormFile('File Attachment','attachmail',500));
$attachmail= ( isset($_REQUEST['attachmail']) )? $_REQUEST['attachmail'] : null ;
$attachmail = ( isset($post_attachmail) )? ($post_attachmail) : $null ;
Do you know where i went wrong ??? :(
Btw i went to your website, couldn't understand the website as you had used another language?
Best regards
Xoopsuser