Hello,
how to handle attachments in Forms?
In Camunda 7, Camunda Modeler (not embeded html forms).
Is there any way to place some code in “components” section of *.form file?
Thanks for help
Hello,
how to handle attachments in Forms?
In Camunda 7, Camunda Modeler (not embeded html forms).
Is there any way to place some code in “components” section of *.form file?
Thanks for help
did you check out the code samples?
Thanks but these are embeded forms; html.
My question is about Camunda Modeler and Form create option.
Take a look at how to customize Camunda Modeler forms.
Sorry, I do not get how could I use this example to create upload input
Anyone? I’m the only one who needs attachments in process?
@mkelton : as @cpbpm mentioned, your best option is to customize form-js librery by adding your custom compoenent which include <input …> for file upload.
The 2nd option is to build the form manually using HTML external form.
So to have attachments in Camunda process I have to develop myself such feature?
I can hardly imagine any process that doesn’t require attachments. For example, sending a document for approval. How do you handle this in Camunda since there are no attachments? Do you describe, for instance, an invoice—what’s on it, the amounts, taxes? Or submitting a claim for compensation—can something like that be done without attachments?
So Camunda Modeler (forms) gives not possibility to have attachment item?