Package org.eclipse.rap.fileupload
Interface FileDetails
public interface FileDetails
Provides details of the uploaded file like file name, content-type and size
- 
Method SummaryModifier and TypeMethodDescriptionThe content type as transmitted by the uploading client.The original file name of the uploaded file, as transmitted by the client.
- 
Method Details- 
getContentTypeString getContentType()The content type as transmitted by the uploading client.- Returns:
- the content type or nullif unknown
 
- 
getFileNameString getFileName()The original file name of the uploaded file, as transmitted by the client. If a path was included in the request, it is stripped off.- Returns:
- the plain file name without any path segments
 
 
-