I have an appgini application that has 2 file upload fields in one table. One field is for mp3 files and the other is for pdf files. I have increased the file upload sizes and max post sizes in config.php already. When I add a new record to the table and try to upload the files, it appears the record save fails. There is no record. If i save with without uploading files, then the record is created. If I try to then modify the record and upload the file, the record will not update.
When I visit the /root/images folder i see that the files were indeed uploaded but not linked to the record. I am not sure what to do to get this working. I have tried on 2 different machines and also on a webserver and the behavior is the same across all three. Any help would be appreciated.