public class UploadFileHeader extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContentDisposition()
Returns content disposition.
|
String |
getContentType()
Returns uploaded content type.
|
String |
getFileName()
Returns file name (base name and extension, without full path data).
|
String |
getFormFieldName()
Returns form field name.
|
String |
getFormFileName()
Returns complete file name as specified at client side.
|
String |
getMimeSubtype()
Returns file sub type MIME.
|
String |
getMimeType()
Returns file types MIME.
|
boolean |
isFile()
Returns
true if uploaded data are correctly marked as a file. |
public boolean isFile()
true if uploaded data are correctly marked as a file. This is true if header contains string 'filename'.public String getFormFieldName()
public String getFormFileName()
public String getFileName()
public String getContentType()
public String getMimeType()
public String getMimeSubtype()
public String getContentDisposition()
Copyright © 2018. All rights reserved.