Multi Media Uploader setup + DMS configuration in VFLOW

This guide explains how to configure the Multi Media Uploader element along with required DMS service setup.


:small_blue_diamond: Part 1: Multi Media Uploader Configuration

Step 1: Initialize the Upload Component
Start with the component where upload functionality is required.


Step 2: Add Multi Media Uploader Element
Insert the element and define:

  • Reference Name – unique identifier

  • Label – user-friendly name


Step 3: Configure Media Identifier
Go to Properties Section:

  • Add Primary Key 1 (mandatory unique ID)

  • Optionally add Primary Key 2 & 3 for additional identification


Step 4: Define Media Types
Add supported file formats like:
.xls, .xlsx, .png, etc., as per requirement.


Step 5: Configure Fetch MDO Data Mapping

Go to Data Section and add:

:warning: For your reference only — these are Static Data MDO values

  • objectPriKey1 → 897652342386

  • docBundleId → 12

  • uploadStatus → SUCCESS

  • docId → DOC_123

For each:

  • Set Fetch MDO Value Type = Media Data Filter

  • Ensure values match Media Identifier keys


:small_blue_diamond: Part 2: DMS Service Configuration

DMS configuration is required for elements like:

  • Single Image Uploader

  • Multi Media Uploader

  • Media Enlisting


:white_check_mark: Key Points

  • Properties include Primary Key 1, Document ID, etc.

  • These values must match with C2S request parameters

  • Navigate to Additional Properties → DMS API Section


:small_orange_diamond: 1. Fetch MDO

  • Service Name: DMS_FETCH_MEDIA_OBJECT_FILTER

  • docBundleId → 12
    docId → DOC_123

    these are optional for DMS_FETCH_MEDIA_OBJECT_FILTER

C2S Configuration:

C2S Key Key Name Value Type Value Path
C2S1 objectPriKey1 MEDIA DATA FILTER Required Data Path / Value
C2S2 docBundleId MEDIA DATA FILTER Required Data Path / Value
C2S3 uploadStatus MEDIA DATA FILTER SUCCESS

:small_orange_diamond: 2. Fetch Files

  • Service Name: DMS_FETCH_MEDIA_FILE

C2S Configuration:

C2S Key Key Name Value Type Value Path
C2S1 fileReturnType FIXED URL
C2S2 expiryTime FIXED 60

:small_orange_diamond: 3. Delete Media

  • Service Name: DMS_DELETE_MEDIA

  • :cross_mark: No C2S configuration required