Forums

File upload doesn't work

bmarkus 20 Jan, 2013
Hi,

single/multi file upload doesn't work. No error messages, everything looks OK but files do not appear in any destination folder. Components:

Joomla 2.5.8

Chronoforms_V4_RC3.5.2_J1.6
Chronoforms_J1.6_V4_RC3.0_Plugin
Mod_Chronoforms_J1.6_V4_RC3.0.zip

Debug output:

Data Array: 
Array
(
    [chronoform] => fup1
    [event] => submit
    [Itemid] => 116
    [option] => com_chronoforms
    [view] => form
    [input_submit_2] => Submit
    [attachments_3] => Array
        (
            [0] => 1.txt
        )

    [multi_upload_limit_attachments_3] => 1
    [04457d7972c08c4b0b987bc84a79c04e] => 1
)
Validation Errors: 
Array
(
)
kkkarray(9) { ["chronoform"]=> string(4) "fup1" ["event"]=> string(6) "submit" ["Itemid"]=> string(3) "116" ["option"]=> string(15) "com_chronoforms" ["view"]=> string(4) "form" ["input_submit_2"]=> string(6) "Submit" ["attachments_3"]=> array(1) { [0]=> string(5) "1.txt" } ["multi_upload_limit_attachments_3"]=> string(1) "1" ["04457d7972c08c4b0b987bc84a79c04e"]=> string(1) "1" }


File upload enabled in submit action, PHP itself OK as I can upload files to Joomla. I'm lost.
Max_admin 21 Jan, 2013
Hello,

How do you uplod the files ? using the "Upload files" action or the "Multi upload" widget ?

Did you configure the action correctly ?

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
bmarkus 22 Jan, 2013
Hi

problems solved. Issue was the missing field name in upload action setup. Fixing it now it works fine.
This topic is locked and no more replies can be posted.