wbdgn
Tue 16 May 2006, 08:13 pm GMT +0300
I downloaded your easy upload and attachment mailer scripts. I got the multi upload example to work with no alterations except assigning the path and extensions to allow.
then I made a duplicate and I tried to use the upload and mail example but couldn\'t get it to work with multiple uploads. there was no example for multi uploads and attachments.
I added these lines of code to the upload_multi_files function inside the if statement for move_upload
------------------------------------------
$full_path = $this->file_copy;
$my_mail->create_attachment_part($full_path);
$my_mail->process_mail();
$my_mail->del_temp_file($full_path);
--------------------------------------------------------
but when I run the test I get this error message
Fatal error: Call to a member function on a non-object in ............\\multi_file_mailer.php on line 53
thanks for your help
then I made a duplicate and I tried to use the upload and mail example but couldn\'t get it to work with multiple uploads. there was no example for multi uploads and attachments.
I added these lines of code to the upload_multi_files function inside the if statement for move_upload
------------------------------------------
$full_path = $this->file_copy;
$my_mail->create_attachment_part($full_path);
$my_mail->process_mail();
$my_mail->del_temp_file($full_path);
--------------------------------------------------------
but when I run the test I get this error message
Fatal error: Call to a member function on a non-object in ............\\multi_file_mailer.php on line 53
thanks for your help
