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
Silas. B. Ferreira said:By the way the submituploadedfile() is not available for tasks
Correct. Tasks must be submitted, as you've found.