In my app, the user needs to add a photo and a voice recording. I want both to be uploaded to firebase only after the user clicks the Submit button.
I can't upload both together. The action editor throws a error- "cannot have multiple upload files in same widget."
Please help me find a way to upload both files at the same time, only when Submit is clicked.