I have a fairly simple form in Joomla 2.5.9 and latest Chronoforms. I included a multi-upload function by following the FAQ, although I am not 100% confident that I have the correct info in the "Array Fields" field in the upload files event (entered `upload[]`).
Upon testing, I receive the emailed info but in the file upload field I have " array ( 0 => 'filename.jpg', 1 => 'filename2.jpg', ) " and no files are uploaded to the designated directory.
When I debug, I get this:
(In a probably-unrelated problem... the "instructions for users" doesn't appear on the form for the file upload element.)
Thanks in advance for your help. I love this component, but I've run out of licenses! Time to buy more.
Upon testing, I receive the emailed info but in the file upload field I have " array ( 0 => 'filename.jpg', 1 => 'filename2.jpg', ) " and no files are uploaded to the designated directory.
When I debug, I get this:
Array
(
[chronoform] => PropertySubmit
[event] => submit
[Itemid] => 151
[option] => com_chronoforms
[view] => form
[property_add] => 123 Main Street
[prop_type] => Office
[prop_availability] => For Lease
[sqft_warehouse] => 45,000
[sqft_office] => 23,000
[sqft_parking] => 45,000
[prop_ceiling] => 25
[bays] => 3
[prop_description] => description
[contact] => Fred Flintstone
[contact_phone] => 678-774-9438
[email] => bobg@shoestringwebs.com
[contact_public] => Include contact info in the listing
[upload] => Array
(
[0] => girl_with_deer.jpg
)
[multi_upload_limit_upload] => 2
[input_submit] => Submit
[501664cd25d28250067c7ec0149ed2ee] => 1
[_PLUGINS_] => Array
(
[upload_files] => Array
(
)
)
)
Validation Errors:
Array
(
)
(In a probably-unrelated problem... the "instructions for users" doesn't appear on the form for the file upload element.)
Thanks in advance for your help. I love this component, but I've run out of licenses! Time to buy more.