Package | Description |
---|---|
com.dpslink.base.io |
Product-neutral classes for processing files and folders in the server's file system.
|
com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
Constructor and Description |
---|
FileUploadEvent(FileUpload source,
java.lang.String field,
java.lang.String file,
java.util.HashMap<java.lang.String,java.lang.String> params,
int error)
Constructor for the upload event.
|
Modifier and Type | Field and Description |
---|---|
protected FileUpload |
AdmProductImageEdit.Context.fileUpload
A reference to the file upload helper class.
|
protected FileUpload |
AdmTestSiteEmails.Context.fileUpload
A reference to the file upload helper class.
|
protected FileUpload |
AdmProductDescriptionEdit.Context.fileUpload
A reference to the file upload helper class.
|
protected FileUpload |
AdmViewFileSystemInfo.Context.fileUpload
A reference to the file upload helper class.
|
protected FileUpload |
AdmImportData.Context.fileUpload
A reference to the file upload helper class.
|
protected FileUpload |
AdmSendMassEmail.Context.fileUpload
A reference to the file upload helper class.
|