We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f5043 commit 7b806f8Copy full SHA for 7b806f8
FileUploaderRESTService/src/main/webapp/fileuploader.html
@@ -1,5 +1,6 @@
1
Choose file to upload<br>
2
-<form action="http://localhost:8080/FileUploader/rest/upload" method="post" enctype="multipart/form-data">
+<!-- <form action="http://localhost:8080/FileUploader/rest/upload" method="post" enctype="multipart/form-data"> -->
3
+<form action="rest/upload" method="post" enctype="multipart/form-data">
4
<input name="file" id="filename" type="file" /><br><br>
5
<button name="submit" type="submit">Upload</button>
6
</form>
0 commit comments