fr.paris.lutece.portal.service.fileupload
Class FileUploadService
java.lang.Object
fr.paris.lutece.portal.service.fileupload.FileUploadService
public final class FileUploadService
- extends Object
This service provides utils to extract parameters from multipart request
using Jakarta Commons FileUpload.
Method Summary |
static String |
getFileNameOnly(org.apache.commons.fileupload.FileItem fileItem)
Return the file name, without its whole path, from the file item. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getFileNameOnly
public static String getFileNameOnly(org.apache.commons.fileupload.FileItem fileItem)
- Return the file name, without its whole path, from the file item.
This should be used has FileItem.getName can return the whole path.
- Parameters:
fileItem
- the fileItem to process
- Returns:
- the name of the file associated
Copyright © 2014 Mairie de Paris. All Rights Reserved.