cienki_tm Posted October 7, 2006 Posted October 7, 2006 Hello, I've got some problems with contribution about attachments in admin panel I do evrything in your manual, but when I send message to my clients I see in the mail attachment file like "atach0003.txt" and when I send mail again I see an announcement about the file isn't saved in catalog "Download". Permissions are good. What can I do wrong with this... Thanks for fast replays... Tom Quote
cienki_tm Posted October 7, 2006 Author Posted October 7, 2006 Anybody use this contribution or maybe is an alternative for send to customers atachments from admin panel??? Quote
mousewebdesign Posted October 9, 2006 Posted October 9, 2006 Anybody use this contribution or maybe is an alternative for send to customers atachments from admin panel??? Hi cienki_tm, I've got the same problem. I've followed every step from the installation file, but it doesn't work. And I've think (in my case) the problem is, is that my provider has 'file_upload' turned off. In the beginning of the installation file it's saying that this must be turned on. Perhaps in your case that's also the reason for not working. Quote
cienki_tm Posted October 9, 2006 Author Posted October 9, 2006 Hi cienki_tm, I've got the same problem. I've followed every step from the installation file, but it doesn't work. And I've think (in my case) the problem is, is that my provider has 'file_upload' turned off. In the beginning of the installation file it's saying that this must be turned on. Perhaps in your case that's also the reason for not working. I resolved this problem: In 'mil.php' is line: <?php echo tep_draw_form('mail', FILENAME_MAIL, 'action=send_email_to_user'"'); ?> will be: <?php echo tep_draw_form('mail', FILENAME_MAIL, action=send_email_to_user','post','enctype="multipart/form-data"'); ?> That's all folks :) Quote
mousewebdesign Posted October 9, 2006 Posted October 9, 2006 I resolved this problem: In 'mil.php' is line: <?php echo tep_draw_form('mail', FILENAME_MAIL, 'action=send_email_to_user'"'); ?> will be: <?php echo tep_draw_form('mail', FILENAME_MAIL, action=send_email_to_user','post','enctype="multipart/form-data"'); ?> That's all folks :) Thanx, It's works for me now !! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.