Concept Framework 1.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
RequestFile | function | static | version 1.0 | no |
static function RequestFile(var FileName, var Content, DialogTitle="Open file", FileType="All files|*;Images|*.jpg;"); |
FileName | (out) the filename of the received file |
Content | (out) the content of the received file |
DialogTitle | (in) the title of the dialog |
FileType | a string containing the desired file types in the form "Display type|extension;Dysplay type2|extension;..." |
Request a file from the client machine. The user will be prompted to select a file to be sent to the application server. |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:00 2009 GMT | (c)2009 RadGs Software |