Code for Template to place link in email for file upload

duckykd73 27 Feb, 2013
I have created a form with multiple upload fields. When files that are uploaded are to large they get placed in a folder on the server. In the reply email, how do I make it show a link to the multiple files on the server that were uploaded?

Here is a sample of the debug message I got:
Array
(
    [option] => com_chronoforms
    [tmpl] => component
    [chronoform] => UploadGeneral
    [event] => submit
    [language] => en-GB
    [Itemid] => 
    [lang] => en
    [_PLUGINS_] => Array
        (
            [upload_files] => Array
                (
                )

        )

)

Thanks.
GreyHead 28 Feb, 2013
Hi duckykd73,

I'm not sure that I understand your question :-(

There are no Uploaded files in the Debug information you posted, and no Email either.

When you upload files successfully, ChronoForms creates links to the file URLs that you can include in an Email template.

Bob
This topic is locked and no more replies can be posted.