Uploading to Documenten API with metadata
Configuring the Documenten API tab
Configuring the Documenten API Form.IO upload component
app.module.ts
app.module.ts...
import {
...
registerDocumentenApiFormioUploadComponent,
} from '@valtimo/components';
...
export class AppModule {
constructor(injector: Injector) {
...
registerDocumentenApiFormioUploadComponent(injector);
}
}Configuring the Case 'upload process'

Required plugins
Configuring the Upload Document process



Last updated