Hi-
I am having a problem with my file data not being saved. As you can see below, the filename is part of the form data (judge_summaries). I have "Save Data" and "Upload" set for the field, and the file uploads fine with an upload action, but nothing gets saved to the database. When you look at the data to be saved (see debugging below form data array), you see that the file name does not get transferred to the save data array. I have tried multiple things to get the information to save, but nothing works. Is there a special trick to getting the file name saved? Using Joomla 3.10.
I am having a problem with my file data not being saved. As you can see below, the filename is part of the form data (judge_summaries). I have "Save Data" and "Upload" set for the field, and the file uploads fine with an upload action, but nothing gets saved to the database. When you look at the data to be saved (see debugging below form data array), you see that the file name does not get transferred to the save data array. I have tried multiple things to get the information to save, but nothing works. Is there a special trick to getting the file name saved? Using Joomla 3.10.
Array ( [chronoform] => currscholapp_committee [gpage] => save [aid] => 596 [scholapp] => Array ( [aid] => 596 [mailing_same_as_street] => [teacher_rec_received] => y [teacher_rec] => [select_category0] => [select_category1] => [invited_to_audition] => y [title] => [title_2] => [accompanist_name] => [judge_summaries] => 20220513203656_2022-vm-judges-typed-summary-cole-laudenslager.pdf [scholarship_awardee] => y [title_of_award] => First Place Adult [amount_of_award] => 500 [link_to_scholarship_performance] => ) [sig_form] => [AppJSNInfo] => Array ( [age2] => 18 ) [s] => [Itemid] => 491 [option] => com_chronoforms7 [view] => form [__cf_token] => 716f797c-1b7e-4fb7-a97a-e9b0ec707476 )
Array ( [save_data_379] => Array ( [result] => Data saved successfully! [dataset] => Array ( [aid] => 596 [mailing_same_as_street] => [teacher_rec_received] => y [teacher_rec] => [select_category0] => [select_category1] => [invited_to_audition] => y [title] => [title_2] => [accompanist_name] => [judge_summaries] => [scholarship_awardee] => y [title_of_award] => First Place Adult [amount_of_award] => 500 [link_to_scholarship_performance] => )