Welcome!
This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!
Annexing specific types of documents
Hello,
I want to use the pattern "Document on BD" but block a specific type of file, in this case, .word files.
Is this possible through Genio?
There is a specific MANWIN tag in Genio to configure the documents to be uploaded. The tag to use is DOCUMENT_UPLOAD_CONFIG.
Content example:
string options = "{ maxFileSize: 100000000, acceptFileTypes: /(\\.|\\/)(gif|jpe?g|png|docx?|xlsx?|xml|xltm|xlsm|xlt|pptx?|ods|csv|infopathxml|xps|txt|pdf|zip|rar|7z|msg|dot)$/i }";
Keep Informed
About the Community
This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
Read Guidelines
Question tools
19 follower(s)
Stats
Asked: 30/06/2020 09:02 |
Seen: 1389 times |
Last updated: 22/08/2020 15:40 |
Thanks a lot!