cancel
Showing results for 
Search instead for 
Did you mean: 

How to make a file upload in explorer form ?

smoltok
Champ in-the-making
Champ in-the-making
Hi !

I'm sure that kind of issue had been already answered, but i have no clue currently to make it.

I would like to add a simple upload file in a form in Activiti Explorer.

We've got :
<activiti:formProperty id="name" name="name" type="string" required="true"></activiti:formProperty>

Have we something like this for my purpose ?

Thanks !

Smoltok
2 REPLIES 2

smoltok
Champ in-the-making
Champ in-the-making
Well..I believe I have to look about the Vaadin framework before if I want to add a simple file type form…

Can you explain me why you remove such a basic form field ??

frederikherema1
Star Contributor
Star Contributor
The explorer app has a couple of basic form-types included. Can't you use the task's attachments for this?

I'm sure that kind of issue had been already answered, but i have no clue currently to make it.

Indeed, 'custom form types' covered already a few times on the forum. Look into org.activiti.explorer.form.UserFormType and org.activiti.explorer.ui.form.UserFormPropertyRendered and activiti-ui-context.xml on how to create custom types and widgets for them.