Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Attachment File Types

usage
custom-fields
web-app

Are there any file type or extension restrictions for attachments? Can you add or remove restrictions?

helmsb
· 1
helmsb
Replies (4)
helpful
0
not helpful

There are no restrictions attachments.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

What about the file restrictions in the RAD editor? I found the filesize edit here...

<DocumentManager
    ViewPaths="~/controls/RAD/UserDocuments"
    UploadPaths="~/controls/RAD/UserDocuments"
    DeletePaths="~/controls/RAD/UserDocuments"
    MaxUploadFileSize="10485760"        />

But when I want to upload a zip I cannot. Default attatchment types for the document manager is...

Screendump

Is it possible (like the max file size) to edit these default values?

I have tried to find an answer from the Forum, but no succes :o) Regards Thomas


Vibaek
· 1
Vibaek
helpful
0
not helpful

Add a search pattern setting:

<DocumentManager  SearchPatterns="*.doc,*.txt"
        ViewPaths="~/controls/RAD/UserDocuments"
        UploadPaths="~/controls/RAD/UserDocuments"
        DeletePaths="~/controls/RAD/UserDocuments"  />

Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Fantastic! Thank you Mark.

Every time I need you guys, I get a fast and useful answer. Keep up the good work

Regards Thomas


Vibaek
· 1
Vibaek