WebCommon::incomingFiles(3) Return all files uploaded with a particular key name

SYNOPSIS

[Uploaded] incomingFiles( String key )

ARGUMENTS

key The key to return files for

DESCRIPTION

Returns an array of WebCommon.Uploaded(3kaya) for all user-uploaded files with the specified key, or throws a WebCommon.NotIncoming(3kaya) Exception if these are not present.

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.

RELATED

WebCommon.allowFileUploads(3kaya)

WebCommon.incomingData(3kaya)

WebCommon.incomingFile(3kaya)

WebCommon.incomingFileExists(3kaya)

WebCommon.incomingFileKeys(3kaya)