Hello there,
First of a great thank you for this powerful component! I love it
Now to my Question:
- I created a form with a file upload.
- the name of the upload field is : input_file_1
- i setted up file upload location which is : /html/images/upload/
- permission of the upload folder is 777
- i set the Email Attachments fields name: input_file_1
- created the Form Template which looks like:
Now The Problem:
- After sending the Form I got a Warning message from Joomla :
Warning - Failed to change file permissions.
- But when I check the upload Folder the file is successfully uploaded.
- and the Email is sent but there is no attachment
Debug Data
- Upload routine started for file upload by : input_file_1
- /html/images/upload/Filename.docx could not be uploaded!!
- email
- 10
Result An email has been SENT successfully from (Sopimusuvuori)info@domain.com to myemail@domain.com
Body
input_file_1
Submitted by 2.20.22.23
Attachments array ( )
I would be glad if someone could help me with this
Tobi
First of a great thank you for this powerful component! I love it
Now to my Question:
- I created a form with a file upload.
- the name of the upload field is : input_file_1
- i setted up file upload location which is : /html/images/upload/
- permission of the upload folder is 777
- i set the Email Attachments fields name: input_file_1
- created the Form Template which looks like:
<table border="0" cellspacing="5" cellpadding="5">
<tbody>
<tr>
<td><strong>input_file_1</strong></td>
<td>{input_file_1}</td>
</tr>
</tbody>
</table>
Now The Problem:
- After sending the Form I got a Warning message from Joomla :
Warning - Failed to change file permissions.
- But when I check the upload Folder the file is successfully uploaded.
- and the Email is sent but there is no attachment
Debug Data
- Upload routine started for file upload by : input_file_1
- /html/images/upload/Filename.docx could not be uploaded!!
- 10
Result An email has been SENT successfully from (Sopimusuvuori)info@domain.com to myemail@domain.com
Body
input_file_1
Submitted by 2.20.22.23
Attachments array ( )
I would be glad if someone could help me with this
Tobi