Skip to content

Commit 401e9a7

Browse files
committed
Fixed localhost reference in upload form example
1 parent 64202ed commit 401e9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upload.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</head>
55
<body>
66
<h2>Select files to upload</h2>
7-
<form enctype="multipart/form-data" action="http://localhost/upload" method="post">
7+
<form enctype="multipart/form-data" action="/upload" method="post">
88
<input type="file" name="file1"><br>
99
<input type="file" name="file2"><br>
1010
<input type="file" name="file3"><br>

0 commit comments

Comments
 (0)