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

NAME

6       WebCommon::Uploaded - An uploaded file.
7

SYNOPSIS

9       WebCommon::Uploaded< >
10
11
12     = Uploaded()
13

DESCRIPTION

15       Represents  a  file  uploaded  using  HTTP  POST.  These  files  can be
16       retrieved with WebCommon.incomingFile  (3kaya)  or  WebCommon.incomingā€
17       Files  (3kaya)  ,  and  information about the file can be returned with
18       WebCommon.originalName (3kaya) (to  retrieve  the  original  filename),
19       WebCommon.tempPath  (3kaya)  (to get the temporary filesystem path) and
20       WebCommon.contentType (3kaya) (to  get  the  browser-reported  content-
21       type).
22
23       There  are  various ways to set a temporary directory for file uploads.
24       If none of these are used, the directory containing  the  CGI  will  be
25       used, which is strongly discouraged except for testing purposes.
26

AUTHORS

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

LICENSE

32       The Kaya standard library is free software;  you  can  redistribute  it
33       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
34       License (version 2.1 or any later version) as  published  by  the  Free
35       Software Foundation.
36
38       WebCommon.incomingFile (3kaya)
39       WebCommon.incomingFiles (3kaya)
40       WebCommon.originalName (3kaya)
41       WebCommon.tempPath (3kaya)
42       WebCommon.contentType (3kaya)
43
44
45
46Kaya                             December 2010       WebCommon.Uploaded(3kaya)
Impressum