I’m trying to use a file field in my form and, although it’s rendered properly, Camunda won’t enable the Complete button, no matter if this field is required or not.
As you can see my code is pretty much like the example in the documentation but I can’t make it work (I even removed the “required” attribute but made no difference).
I’m using a spring app with the engine embedded and had to configure some beans to make it all work… Is there any kind of configuration I should do or any restriction to make file fields work ?
@fcordova, which version of Camunda BPM and which browser are you using? Are there any form fields in the form that may still need to be filled in before completion?
However, if you do require a file upload, ie it’s mandatory to upload a file, then the “required” attribute causes the Complete not to activate at all. How do you ensure the expected behavior of “required”. Note that “required” works as expected for all other input types.