|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IUploadData
Container object holding the data of the uploaded files. NOTE: don't implement directly, this interface can change.
IMediaUploadCallback| Method Summary | |
|---|---|
byte[] |
getBytes()
The contents of this uploaded data. |
String |
getContentType()
The content type of the data. |
File |
getFile()
If this data maps to a file it will return the real file system file, null otherwise. |
String |
getName()
The name of the file on the users machine. |
| Method Detail |
|---|
byte[] getBytes()
String getContentType()
File getFile()
String getName()
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||