1WebCommon.tempPath(3kaya)    Kaya module reference   WebCommon.tempPath(3kaya)
2
3
4

NAME

6       WebCommon::tempPath - Get the temporary filesystem path of the file
7

SYNOPSIS

9       String tempPath( Uploaded file )
10

ARGUMENTS

12       file A user-uploaded file
13

DESCRIPTION

15       Returns the temporary location of the user-uploaded file. The file will
16       be deleted from this location when the webapp exits, so you must either
17       copy  it  to  a permanent location (filesystem, database, etc), or com‐
18       plete all your processing by the end of the webapp.
19

AUTHORS

21       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
22       (kaya@kayalang.org). For further information see http://kayalang.org/
23

LICENSE

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.Uploaded (3kaya)
32       WebCommon.allowFileUploads (3kaya)
33       WebCommon.contentType (3kaya)
34       WebCommon.originalName (3kaya)
35
36
37
38Kaya                             December 2010       WebCommon.tempPath(3kaya)
Impressum