1WebCommon.incomingFiles(3kaya)Kaya module referencWeebCommon.incomingFiles(3kaya)
2
3
4
6 WebCommon::incomingFiles - Return all files uploaded with a particular
7 key name
8
10 [Uploaded] incomingFiles( String key )
11
13 key The key to return files for
14
16 Returns an array of WebCommon.Uploaded (3kaya) for all user-uploaded
17 files with the specified key, or throws a WebCommon.NotIncoming (3kaya)
18 Exception if these are not present.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 WebCommon.allowFileUploads (3kaya)
32 WebCommon.incomingData (3kaya)
33 WebCommon.incomingFile (3kaya)
34 WebCommon.incomingFileExists (3kaya)
35 WebCommon.incomingFileKeys (3kaya)
36
37
38
39Kaya December 2010 WebCommon.incomingFiles(3kaya)