类 com.oreilly.servlet.multipart.Part
的使用

使用 Part 的软件包
com.oreilly.servlet.multipart   
 

com.oreilly.servlet.multipartPart 的使用
 

com.oreilly.servlet.multipartPart 的子类
 class FilePart
          A FilePart is an upload part which represents a INPUT TYPE="file" form parameter.
 class ParamPart
          A ParamPart is an upload part which represents a normal INPUT (for example a non TYPE="file") form parameter.
 

返回 Partcom.oreilly.servlet.multipart 中的方法
 Part MultipartParser.readNextPart()
          Read the next part arriving in the stream.
 



Copyright © 2013. All Rights Reserved.