Document Upload Container
Overview
Workflow Details
MDMS Configurations
Using The Component
{
"module": "Project",
"allowedFileTypes": ["pdf","doc","docx","xlsx","xls","jpeg","jpg","png"],
"maxSizeInMB": 5,
"bannerLabel": "PROJECT_BANNER",
"documents": [
{
"code": "PROJECT_PROPOSAL",
"name" : "noSubProject_doc_project_proposal",
"active": true,
"isMandatory": false,
"showTextInput" : false,
"allowedFileTypes": ["pdf","doc","docx","xlsx","xls","jpeg","jpg","png"],
"maxSizeInMB": 5,
"maxFilesAllowed": 1
}, {}, …
]
}Was this helpful?