We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64202ed commit 401e9a7Copy full SHA for 401e9a7
upload.html
@@ -4,7 +4,7 @@
4
</head>
5
<body>
6
<h2>Select files to upload</h2>
7
-<form enctype="multipart/form-data" action="http://localhost/upload" method="post">
+<form enctype="multipart/form-data" action="/upload" method="post">
8
<input type="file" name="file1"><br>
9
<input type="file" name="file2"><br>
10
<input type="file" name="file3"><br>
0 commit comments