public interface UploadedFile extends Serializable
MultiPartRequest| Modifier and Type | Method and Description | 
|---|---|
| boolean | delete() | 
| String | getAbsolutePath() | 
| Object | getContent() | 
| String | getContentType() | 
| String | getInputName()Represents a name of the input file, eg.:
 "myFile" in case of  | 
| String | getName() | 
| String | getOriginalName() | 
| boolean | isFile() | 
| Long | length() | 
Long length()
String getName()
String getOriginalName()
boolean isFile()
boolean delete()
String getAbsolutePath()
Object getContent()
String getContentType()
String getInputName()
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.