需要为XPages fileUpload控件自定义“不可接受的内容类型”消息

时间:2019-02-28 14:21:25

标签: xpages

我将fileUpload控件设置为接受=“应用程序/ pdf,图像/ gif,图像/ png,图像/ jpg,图像/ jpeg”文件类型。尝试上载.docx文件时,不可接受的类型的错误消息如下图所示:

  

不可接受的内容类型:application / vnd.openxmlformats-officedocument.wordprocessingml.document

如何为不可接受的内容类型自定义此消息或添加带有自定义消息的验证器?这是我的代码:

               <xp:fileUpload id="fileUpload1" value="#{appDoc.clearanceRTF}"
                    accept="application/pdf,image/gif,image/png,image/jpg,image/jpeg">
                    <xp:eventHandler event="onchange" submit="true" refreshMode="partial" refreshId="panelNewAttachments"
                        id="eventHandler1" disableValidators="true">
                    </xp:eventHandler>
                </xp:fileUpload>

                <xp:message id="message18" for="fileUpload1"></xp:message>

0 个答案:

没有答案