| java.lang.Object org.araneaframework.uilib.support.FileInfo
Constructor Summary | |
public | FileInfo(FileItem item) |
FileInfo | public FileInfo(FileItem item)(Code) | | |
getContentType | public String getContentType()(Code) | | Returns the content MIME type.
the content MIME type. |
getOriginalFilename | public String getOriginalFilename()(Code) | | Returns the original filename (user side).
the original filename (user side). |
getSize | public long getSize()(Code) | | Returns the file size.
the file size. |
readFileContent | public byte[] readFileContent()(Code) | | Returns file content. This method actually reads the content
of the file, not just returns the saved value.
File content. |
|
|