|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileUploadHandler
Method Summary | |
---|---|
java.lang.String |
handleFileUpload(java.lang.String context,
RequestProperties reqState,
java.lang.String name,
java.lang.String contentType,
java.lang.String contentDisposition,
java.lang.String fileName,
byte[] fileBytes)
Handle a File Upload request |
Method Detail |
---|
java.lang.String handleFileUpload(java.lang.String context, RequestProperties reqState, java.lang.String name, java.lang.String contentType, java.lang.String contentDisposition, java.lang.String fileName, byte[] fileBytes)
context
- The "context" of the File Uploadname
- The MIME namecontentType
- The MIME "content-type" valuecontentDisposition
- The MIME "content-disposition" valuefileName
- The MIME upload file namefileBytes
- The MIME upload file bytes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |