Get the real name for the file
String originalName( Uploaded file )
file A user-uploaded file
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!
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
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.
WebCommon.Uploaded (3kaya)
WebCommon.allowFileUploads (3kaya)
WebCommon.contentType (3kaya)
WebCommon.tempPath (3kaya)