How to avoid upload of some file extensions in one eB Web Server but allow that file extensions in another eB Web Server?

Hi,

We have the following situation:  Two eB Web Servers: 1 in the DMZ | 1 in the LAN

 

From Director we can remove a Media Type, let's say .ppt.pptx

 

This prevent uploading those file types to eB from all the clients: Director, Web Server LAN and Web Server DMZ.

 

The customer wants to prevent upload of all file types except: .docx.xlsx.pdf.dwg ONLY from Web Server in the DMZ.  

How can we accomplish that?  Any idea?

 

Thanks in advance,

Sebastian.

Parents Reply
  • Hi Sabastian,

    Apologies for the delay, I gues you might be able to do some configuration as IIS level, ignoring eB configurational change. Otherwise you would have to maintain one additional configuration from eB Server side.
    Also, I would suggest to use IIS else take help from Bentley Professional Services team configure one for you as it easier that way.
    If you want to check eB server side by yourself, please check the onobjectadded event where object type is file and check the source of the session with DMZ or LAN.

    Regards,
    Manav B.



    Answer Verified By: Sebastian Fernandez Pacheco 

Children