You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/12/09 10:05:26 UTC

[tcl-rivet] 01/06: fixed upload example

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch 3.1
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git

commit cec4547539ed6e4a93a09b4d347e7c34a676c2f3
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Tue Nov 12 17:34:09 2019 +0100

    fixed upload example
---
 doc/examples/upload.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/upload.html b/doc/examples/upload.html
index 5f20953..1e8509c 100644
--- a/doc/examples/upload.html
+++ b/doc/examples/upload.html
@@ -1,4 +1,4 @@
-<form action="foo.rvt" enctype="multipart/form-data" method="post">
+<form action="upload.rvt" enctype="multipart/form-data" method="post">
 <input type="file" name="MyUpload"></input>
 <input type="submit" value="Send File"></input>
 </form>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org