Class FileUploader
java.lang.Object
io.goobi.viewer.model.files.upload.FileUploader
This file capsules file uploading via jsf h:inputFile
-
Constructor Details
-
FileUploader
public FileUploader()
-
-
Method Details
-
upload
public void upload() -
getFile
public javax.servlet.http.Part getFile() -
setFile
public void setFile(javax.servlet.http.Part uploadedFile) -
getFileContents
public byte[] getFileContents() -
isError
public boolean isError() -
isUploaded
public boolean isUploaded() -
getError
-
getDownloadPath
-
setDownloadPath
-
isReadoForUpload
public boolean isReadoForUpload()
-