My user input task has multiple upload files fields and multiple fields. The user should be able to submit each file field without finishing the task.
How should that be done if always after submission, the task just is done? By the way the submituploadedfile() is not available for tasks.
Discussion posts and replies are publicly visible
You need to loop back on the task after submission if you want to be able to persist the files.