gpt4 book ai didi

java - 什么 JAR 包含 Part 类和 getPart() 方法?

转载 作者:塔克拉玛干 更新时间:2023-11-01 22:11:27 24 4
gpt4 key购买 nike

我试着按照这个例子 http://www.codejava.net/coding/upload-files-to-database-servlet-jsp-mysql将图像插入数据库的 blob 字段。

我线上有问题

Part filePart = request.getPart("photo");

我收到这些错误:

- Part cannot be resolved to a type
- The method getPart(String) is undefined for the type HttpServletRequest

我试图弄清楚我应该包含什么 jar,但我没有找到任何有用的东西。

如果我在 clipse 上使用 ctrl+shift+o 它会给我两个可能的包:

import com.sun.java.swing.plaf.windows.TMSchema.Part;
com.sun.xml.internal.ws.wsdl.writer.document.Part;

但似乎没有一个包含我需要的东西

如果我尝试导入 javax.servlet.http.Part 我得到这个错误

The import javax.servlet.http.Part cannot be resolved

我还是想念一些东西。

我安装了 TOMCAT 7,导入了 javax.servlet.http.Part,现在 eclipse 没有错误。谢谢大家

最佳答案

您需要具有以下导入的 Java EE jar:

import javax.servlet.http.Part;

关于java - 什么 JAR 包含 Part 类和 getPart() 方法?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19362214/

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