gpt4 book ai didi

java - 使用 "allowedTypes"参数限制struts2中的文件类型

转载 作者:行者123 更新时间:2023-12-01 10:55:54 25 4
gpt4 key购买 nike

我有一个表单,其中仅允许用户上传 pdf 文件。我使用以下 struts 操作来限制大小和文件类型,但只有大小限制有效。对我所缺少的有什么想法吗?谢谢!

    <action name="commentAction" class = "gov.mo.dnr.rat.controller.comment.CommentAction">
<interceptor-ref name="validUserStack">
<param name="fileUpload.maximumSize">5242880</param>
<param name="allowedTypes">application/pdf</param>
</interceptor-ref>
<result name="success" type="tiles">comment</result>
<result name="input" type="tiles">comment</result>
</action>

最佳答案

我发现了问题。在本例中,allowedTypes 应为 fileUpload.allowedTypes

关于java - 使用 "allowedTypes"参数限制struts2中的文件类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33612160/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com