Hello,
I have a problem with chronoform v6 mail attachment. Maybe somebody can help me.
My setup:
Designer-Tab: I have setup a form with a file field, multi file select is "multi section" and the name is file9[]
Setup-Tab: in the upload section in the file config is: file9:jpg
In the E-mail section is under Attachments list: {var:upload8.file9.path}
When I submit this the upload to the server works well, but in the mail is no attachment.
When I setup the form with single file (changed name to file9) it works fine and theres an attachment in the mail.
Is there any faq about this?
Kind regards,
Olekk
I have a problem with chronoform v6 mail attachment. Maybe somebody can help me.
My setup:
Designer-Tab: I have setup a form with a file field, multi file select is "multi section" and the name is file9[]
Setup-Tab: in the upload section in the file config is: file9:jpg
In the E-mail section is under Attachments list: {var:upload8.file9.path}
When I submit this the upload to the server works well, but in the mail is no attachment.
When I setup the form with single file (changed name to file9) it works fine and theres an attachment in the mail.
Is there any faq about this?
Kind regards,
Olekk
Hi Olekk,
Since this is a multi file upload, the files are listed as an array under: {var:upload8.file9} and so the attachment string should be like this:
But that still would not work before the next update which is supposed to be ready in the next few hours hopefully.
Best regards,
Max
Since this is a multi file upload, the files are listed as an array under: {var:upload8.file9} and so the attachment string should be like this:
{var:upload8.file9.[n].path}
But that still would not work before the next update which is supposed to be ready in the next few hours hopefully.
Best regards,
Max
Hi Max,
ok, thank you for your fast reply.
So I will wait for the next update an try again.
Best regards
Olekk
ok, thank you for your fast reply.
So I will wait for the next update an try again.
Best regards
Olekk
Hi Max,
ok, now it works fine - thank you. But it`s not possible to upload a JPG file that is bigger than 1.5 MB.
I allready set the max size to 10.000 KB (3 Setup - Upload files section). In the joomla Media Setup there is also the 10MB Limit activated.
When I try to send a file >1.5 MB the form reloads with loosing the file selection. An error message didn!t appear.
Is there a basic limit setting I missed?
Best regards
Oli
ok, now it works fine - thank you. But it`s not possible to upload a JPG file that is bigger than 1.5 MB.
I allready set the max size to 10.000 KB (3 Setup - Upload files section). In the joomla Media Setup there is also the 10MB Limit activated.
When I try to send a file >1.5 MB the form reloads with loosing the file selection. An error message didn!t appear.
Is there a basic limit setting I missed?
Best regards
Oli
Hi Oli,
What is the maximum size in the upload action ? is it "10000" or "10.000" ?
What about single file upload, does it have the same size problem ?
Best regards,
Max
What is the maximum size in the upload action ? is it "10000" or "10.000" ?
What about single file upload, does it have the same size problem ?
Best regards,
Max
This topic is locked and no more replies can be posted.