Hi,
I would like to thank you for the great component for Joomla, one of the best.
I have a problem with Multi upload widget. I didn't find any info about it so I was creating form with this widget by trial and error. Every thing is working ok except that there is no attachments in email. Files are uploaded to folder on server but they are not being attached to email.
Could somebody do a simple tutorial like this one http://www.chronoengine.com/faqs/2587-how-can-i-add-a-file-upload-to-my-form.html but with multi upload? Because I don't know how to set up correctly this widget. Any help would be appreciated.
I would like to thank you for the great component for Joomla, one of the best.
I have a problem with Multi upload widget. I didn't find any info about it so I was creating form with this widget by trial and error. Every thing is working ok except that there is no attachments in email. Files are uploaded to folder on server but they are not being attached to email.
Could somebody do a simple tutorial like this one http://www.chronoengine.com/faqs/2587-how-can-i-add-a-file-upload-to-my-form.html but with multi upload? Because I don't know how to set up correctly this widget. Any help would be appreciated.
Hi,
Thank you!🙂
This widget is very new, this is why you couldn't find much info.
There may be a problem with emailing the files uploaded by the widget, it will need a fix, but here is a temporarily fix:
Supposing your widget field name is "xyz", enter "xyz" in the email attachments field name settings, and add this code into a "Custom code" action BEFORE the email action:
I hope this will work, if not then please contact me though the "Contact us" page.
Regards,
Max
Thank you!🙂
This widget is very new, this is why you couldn't find much info.
There may be a problem with emailing the files uploaded by the widget, it will need a fix, but here is a temporarily fix:
Supposing your widget field name is "xyz", enter "xyz" in the email attachments field name settings, and add this code into a "Custom code" action BEFORE the email action:
<?php
$form->files = $form->files['xyz'];
?>
I hope this will work, if not then please contact me though the "Contact us" page.
Regards,
Max
This topic is locked and no more replies can be posted.