Hi,
version: CFv3.2
I added an uploadfield to an existing form which was already connected to a table.
I followed the tutorial and checked some threads and did the save 'No' and then 'Yes' procedure but the field still didn't want to get updated.
So I added some more fields but this time textfields and did the same procedure.(adding the field in the table, disconnect and then reconnect) and try it again.
And to my surprise it updated the new TEXT-fields but still the upload-field wasn't updated.
So could it be possible that there is a small bug with adding a fileuploadfield after the form was created?
Or did I forget something.
PS: I did check the name of the tablefield which is 'picture2' and I set the ID and NAME attribute from the uploadfield also to 'picture2'.
Any suggestion is highly appreciated!
Thanks in advance.
Regards,
Gosa
version: CFv3.2
I added an uploadfield to an existing form which was already connected to a table.
I followed the tutorial and checked some threads and did the save 'No' and then 'Yes' procedure but the field still didn't want to get updated.
So I added some more fields but this time textfields and did the same procedure.(adding the field in the table, disconnect and then reconnect) and try it again.
And to my surprise it updated the new TEXT-fields but still the upload-field wasn't updated.
So could it be possible that there is a small bug with adding a fileuploadfield after the form was created?
Or did I forget something.
PS: I did check the name of the tablefield which is 'picture2' and I set the ID and NAME attribute from the uploadfield also to 'picture2'.
Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
$_POST Array: Array ( [url] => http://www.aaaaaaaa.be/site/index.php?option=com_chronocontact&chronoformname=acv_fields_form [language] => [person_or_group] => Persoon [firstname] => John [lastname] => Doe [jobfunction] => Manager [name_group] => [company_name] => ChronoCorp [email] => me@gggggg.com [poster1] => 1 [video_or_poster] => Affiche kiezen [poster2] => 2 [reaction] => testsetsetse [test] => testeen [test2] => testtwee [button_1] => Verzenden [3a5599c59be6fb4baaaa023cb52ab83c] => 1 [1cf1] => 7efb351f8f2da2ba25cf9f79737ab9c9 [chronoformname] => acv_fields_form )
$_FILES Array: Array ( [picture] => Array ( [name] => picture_example_001.jpg [type] => image/jpeg [tmp_name] => /tmp/php7j58hD [error] => 0 [size] => 5148 ) [picture2] => Array ( [name] => picture_another_example.jpg [type] => image/jpeg [tmp_name] => /tmp/phpeqtAuG [error] => 0 [size] => 5148 ) [video] => Array ( [name] => [type] => [tmp_name] => [error] => 4 [size] => 0 ) [group_picture] => Array ( [name] => Groepsfoto1.jpg [type] => image/jpeg [tmp_name] => /tmp/phpyrGuTM [error] => 0 [size] => 5148 ) )
Upload routine started for file upload by : picture
/home/aaa/public_html/site/images/stories/media/20120208183859_picture_example_001.jpg has been uploaded OK
Upload routine started for file upload by : video
Upload routine started for file upload by : group_picture
/home/aaa/public_html/site/images/stories/media/20120208183859_Groepsfoto1.jpg has been uploaded OK
Form passed the plugins step (if enabled) OK
An email has been SENT successfully from (Site Admin)form@aaaaaaa.be to me@ggggggggg.com
Debug End
Any suggestion is highly appreciated!
Thanks in advance.
Regards,
Gosa