Skip to content

Commit

Permalink
Fixed localhost reference in upload form example
Browse files Browse the repository at this point in the history
  • Loading branch information
vkholodkov committed Jul 25, 2008
1 parent 64202ed commit 401e9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</head>
<body>
<h2>Select files to upload</h2>
<form enctype="multipart/form-data" action="http://localhost/upload" method="post">
<form enctype="multipart/form-data" action="/upload" method="post">
<input type="file" name="file1"><br>
<input type="file" name="file2"><br>
<input type="file" name="file3"><br>
Expand Down

0 comments on commit 401e9a7

Please sign in to comment.