会话在 MultipartRequest 中丢失

发布于 2024-11-03 08:38:16 字数 157 浏览 0 评论 0原文

我正在向我的应用程序添加文件上传功能。我遇到一个问题,每当我在 jsp 页面中使用 enctype ="multipart/form-data" 时,会话就会变为空。当我删除上面的 enctype 时,它​​工作正常,但文件上传不再起作用。 您知道如何解决这个问题吗? 任何建议将受到高度赞赏。多谢。

I'm adding in file uploading features to my application. I'm having a problem that whenever I use enctype ="multipart/form-data" in my jsp page, the session will become null. It works fine when I remove the above enctype, but the file uploading no longer function.
Do you have any idea how to over come this problem?
Any suggestion will be highly appreciated. Thanks a lot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

饮惑 2024-11-10 08:38:16

从您的描述来看,会话似乎不是空的,但您没有像以前那样从会话中获取属性。

尝试像 Apache Commons Fileupload 这样的方法来获得一个非常简单的解决方案。

From your description it seems that not the session is null but you don't get the attributes from the session in the way you used to.

Try something like Apache Commons Fileupload to have a quite easy solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文