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