类 FileUpload
java.lang.Object
com.gdxsoft.easyweb.uploader.FileUpload
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明上传类型getExt()getFrom()intgetSubs()子文件,解压的文件或新尺寸的图片文件getUnid()全局编号The uploaded filevoidsetContextType(String contextType) 上传类型voidvoidsetFileUrl(String fileUrl) voidsetFrom(FileUpload from) voidsetLength(int length) voidsetSaveFileName(String saveFileName) voidsetSavePath(String savePath) void全局编号voidsetUploadedFile(File uploadedFile) The uploaded filevoidsetUserLocalPath(String userLocalPath)
-
构造器详细资料
-
FileUpload
public FileUpload()
-
-
方法详细资料
-
getSubs
子文件,解压的文件或新尺寸的图片文件- 返回:
-
getUserLocalPath
- 返回:
- the _UserLocalPath
-
setUserLocalPath
- 参数:
userLocalPath- the _UserLocalPath to set
-
getSavePath
- 返回:
- the _SavePath
-
setSavePath
- 参数:
savePath- the _SavePath to set
-
getExt
- 返回:
- the _Ext
-
setExt
- 参数:
ext- the _Ext to set
-
getSaveFileName
- 返回:
- the _SaveFileName
-
setSaveFileName
- 参数:
saveFileName- the _SaveFileName to set
-
getFileUrl
- 返回:
- the _FileUrl
-
setFileUrl
- 参数:
fileUrl- the _FileUrl to set
-
getUnid
全局编号- 返回:
- the _Unid
-
setUnid
全局编号- 参数:
unid- the _Unid to set
-
getContextType
上传类型- 返回:
- the _ContextType
-
setContextType
上传类型- 参数:
contextType- the _ContextType to set
-
getFrom
- 返回:
- the _From
-
setFrom
- 参数:
from- the _From to set
-
getLength
public int getLength()- 返回:
- the _Length
-
setLength
public void setLength(int length) - 参数:
length- the _Length to set
-
getUploadedFile
The uploaded file- 返回:
- the uploadedFile
-
setUploadedFile
The uploaded file- 参数:
uploadedFile- the uploadedFile to set
-