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

  •  03-27-2013, 12:05 PM

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

    Hi niyunzao,

     

    Try disable the mime type checking function by the code below, it should work.

     

            <CuteWebUI:UploadAttachments ID="uploader1" runat="server">
                <ValidateOption EnableMimetypeChecking="false" />
            </CuteWebUI:UploadAttachments>

     

    Regards,

     

    Ken

View Complete Thread