Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
7eca8e50
Kaydet (Commit)
7eca8e50
authored
Ock 18, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo spotted by Jeff MacDonald <jam@ans.net>.
üst
36911a1c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libcgi.tex
Doc/lib/libcgi.tex
+2
-2
No files found.
Doc/lib/libcgi.tex
Dosyayı görüntüle @
7eca8e50
...
@@ -150,7 +150,7 @@ multiple files from one field (using a recursive
...
@@ -150,7 +150,7 @@ multiple files from one field (using a recursive
a dictionary-like
\class
{
FieldStorage
}
item. This can be determined
a dictionary-like
\class
{
FieldStorage
}
item. This can be determined
by testing its
\member
{
type
}
attribute, which should be
by testing its
\member
{
type
}
attribute, which should be
\mimetype
{
multipart/form-data
}
(or perhaps another MIME type matching
\mimetype
{
multipart/form-data
}
(or perhaps another MIME type matching
\mimetype
{
multipart/*
}
). I
t
this case, it can be iterated over
\mimetype
{
multipart/*
}
). I
n
this case, it can be iterated over
recursively just like the top-level form object.
recursively just like the top-level form object.
When a form is submitted in the ``old'' format (as the query string or
When a form is submitted in the ``old'' format (as the query string or
...
@@ -276,7 +276,7 @@ installed; usually this is in a directory \file{cgi-bin} in the server tree.
...
@@ -276,7 +276,7 @@ installed; usually this is in a directory \file{cgi-bin} in the server tree.
Make sure that your script is readable and executable by ``others''; the
Make sure that your script is readable and executable by ``others''; the
\UNIX
{}
file mode should be
\code
{
0755
}
octal (use
\samp
{
chmod 0755
\UNIX
{}
file mode should be
\code
{
0755
}
octal (use
\samp
{
chmod 0755
filename
}
). Make sure that the first line of the script contains
\var
{
filename
}
}
). Make sure that the first line of the script contains
\code
{
\#
!
}
starting in column 1 followed by the pathname of the Python
\code
{
\#
!
}
starting in column 1 followed by the pathname of the Python
interpreter, for instance:
interpreter, for instance:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment