Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-10
1996-12-10 06:57:20 by Per Hedbor <ph@opera.com>
92a52757a69a24c97567eb4da50ab31ebca90e35 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Form 'file' upload supported
Rev: server/protocols/http.pike:1.9
1:
// This is a roxen module. (c) Informationsvävarna AB 1996.
-
string cvs_version = "$Id: http.pike,v 1.
8
1996/12/10 06:
47
:
37
per Exp $";
+
string cvs_version = "$Id: http.pike,v 1.
9
1996/12/10 06:
57
:
20
per Exp $";
// HTTP protocol module. #include <config.h> inherit "roxenlib";
331:
{ variables[info->name]=contents; variables[info->name+".filename"]=info->filename;
+
if(!misc->files)
+
misc->files = ({ info->name });
+
else
+
misc->files += ({ info->name });
} else { variables[info->name]=contents; }