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
If the attachments need the submit set as true, how could I be able to prevent finishing the task after a submit?
Why does the user need to submit each file separately? This contradicts the meaning of that test.