I am trying to upload images in a Master-Detail (one-to-many) relationship using a Dynamic Row to add detail records. When I add new records, all the data is saved correctly. However, the images are uploaded to the temporary folder and do not appear in the list view. Please assist me in resolving this issue.
1.I am using RADSystems version 8.1.8 because of the limitations of the host I will use, which supports PHP version 7.4 and an older version of Laravel.
In the controller file where the upload is done or the app/Http/Controllers/Controller.php, check for a function call moveUploadedFiles it expects 2 parameters to be passed but only one is passed. You can check the App\Helper\Uploader.php you should see the function definition there.