Hi Everyone,
I am creating a form in Camunda 8 and want to upload a file, but there is no such input option present. Can someone pls let me know how to achieve this. Thanks in advance.
Hi Everyone,
I am creating a form in Camunda 8 and want to upload a file, but there is no such input option present. Can someone pls let me know how to achieve this. Thanks in advance.
Hi @Pragati ,
In camunda 8 uploading a file through form is not available as of my knowledge,
You can try uploading the file through service task by passing the file path or publish a message to a intermediate message catch event after uploading it externally
Thanks a lot @Praveen_Kumar_Reddy , actually I wanted input file from the user filling the form. I guess I need to find some other way to do it