Skip to main content
Known Participant
December 17, 2024
Question

Unable to upload files without submission on user input task

  • December 17, 2024
  • 5 replies
  • 5 views

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.

5 replies

Known Participant
December 17, 2024

If the attachments need the submit set as true, how could I be able to prevent finishing the task after a submit? 

stefanhelzle0001
Brainy
December 17, 2024

Why does the user need to submit each file separately? This contradicts the meaning of that test.

mathieud0001
Brainy
December 17, 2024

You need to loop back on the task after submission if you want to be able to persist the files.

mikes0011
Brainy
December 17, 2024
By the way the submituploadedfile() is not available for tasks

Correct.  Tasks must be submitted, as you've found.

The Expression Guru