Welcome Guest, Not a member yet? Register   Sign In
Upload File form and Email Attachment
#2

[eluser]Brad K Morse[/eluser]
Had the same problem, better late than never:

replace

Code:
$this->email->attach($file_name);

with

Code:
$this->email->attach($data['upload_data']['file_path'].$data['upload_data']['file_name']);


Messages In This Thread
Upload File form and Email Attachment - by El Forum - 05-14-2010, 05:13 AM
Upload File form and Email Attachment - by El Forum - 03-11-2011, 02:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB