summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorQingPeng Zhan <scau.myzhan@gmail.com>2013-01-24 09:35:32 +0800
committerQingPeng Zhan <scau.myzhan@gmail.com>2013-01-24 09:35:32 +0800
commit827b6974b43e8835d0db68f996d2e14d34e66cb1 (patch)
tree0fff587641d08f3ea60dfa046d28954b2e73dbc9 /docs
parent583e538823146992ab5200b7618d11b4cc960fa4 (diff)
downloadbottle-827b6974b43e8835d0db68f996d2e14d34e66cb1.tar.gz
Added a submit button to file upload form
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/tutorial.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 9ef531d..c764a91 100755
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -550,6 +550,7 @@ Here is an example for a simple file upload form:
<form action="/upload" method="post" enctype="multipart/form-data">
<input type="text" name="name" />
<input type="file" name="data" />
+ <input type="submit" name="submit" />
</form>
::