Welcome Guest, Not a member yet? Register   Sign In
attaching files with email class
#3

[eluser]CroNiX[/eluser]
Code:
$this->email->attach($this->input->post('resume'));

Files aren't accessible via $_POST.

You'll have to follow the process for saving an uploaded file, and then attaching that saved file by supplying the full saved file path (saved on your server), to the email::attach() method.


Messages In This Thread
attaching files with email class - by El Forum - 07-16-2012, 09:10 AM
attaching files with email class - by El Forum - 07-17-2012, 08:37 AM
attaching files with email class - by El Forum - 07-17-2012, 10:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB