How to integrate Vault in a Form component?

Can I integrate Vault in Form? Is it possible? If yes, then how?
Thank you!

dhtmlxForm has its own built-in file uploader. You can find the demos here:
dhtmlx.com/docs/products/dhtmlxF … _uploader/

Will it work for you?

Hello Inga,

The built-in file uploader of dhtmlxForm have methods like getFileExtension() or can used in combination with the dhtmlxVault in some way?

Hello
In dhtmlxForm item type uploader you can use similar method getData() to get real and server names of file and get its extention using any custom function.
Or you can attach dhtmlxVault to dhtmlxForm item type container. But it is a little bit wrong approach.