Re: Help me! Can not support upload ai(adobe illustrator) files?

  •  08-20-2013, 8:02 PM

    Re: Help me! Can not support upload ai(adobe illustrator) files?

    Hi FusionImaging,

     

    For the mvc site, please set it in the handler file too.

     

    1. public override UploaderValidateOption GetValidateOption()  
    2.    {  
    3.        CuteWebUI.UploaderValidateOption option = new UploaderValidateOption();  
    4.        option.EnableMimetypeChecking = false;  
    5.        return option;  
    6.    }  
     

    Regards,

     

    ken 

View Complete Thread