file upload fields not working as expected

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
walter
Posts: 3
Joined: 2020-09-17 13:48

file upload fields not working as expected

Post by walter » 2024-10-08 18:24

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.

Post Reply