Is there any way make a transaction out of the following process: insert a record in a parent table and then do batch inserts of photos in the fileupload component where each photo is a row in the child table? Based off what I have read on the forum, I am guessing no. What the hell are we supposed to do about situations like this? Call a stored procedure with a boolean parameter for every single possible insert from a fileupload? That gets tedious very quickly when you support up to 20 files.
Hi @Joshua_B,
I believe you had another post on this topic that I think you reported how to set up nested conditional logic to the SQL statement for inserting an unknown number of images files that are being uploaded.
Let me know if this issue is resolved or if there is anything else I can do it help! I was a little fuzzy on the understanding of the desired end result but would love for you to share the successful outcome and a code snippet for any other users that are trying to find the same solution!
Hi @Joshua_B,
Just wanted to check back, I assume your answer from the other thread worked
let me know if you need any help ![]()