Provided by: kaya_0.4.4-6ubuntu3_amd64 

NAME
WebCommon::originalName - Get the real name for the file
SYNOPSIS
String originalName( Uploaded file )
ARGUMENTS
file A user-uploaded file
DESCRIPTION
Returns the name for the file supplied by the web browser. Note that this is usually but not necessarily
the same as its name on the user's computer, but could be any string. You should filter this value for
acceptable characters before using it!
AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). 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.Uploaded (3kaya)
WebCommon.allowFileUploads (3kaya)
WebCommon.contentType (3kaya)
WebCommon.tempPath (3kaya)
Kaya July 2013 WebCommon.originalName(3kaya)