diff options
Diffstat (limited to 'test/upload')
-rw-r--r-- | test/upload/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/upload/index.html b/test/upload/index.html index e4ba221..0b3af15 100644 --- a/test/upload/index.html +++ b/test/upload/index.html @@ -7,7 +7,8 @@ </head> <body> <h2>Test File Upload to Go API</h2> - <form action="https://draconyan.xyz:3000/upload" method="post" enctype="multipart/form-data"> + <form action="http://localhost:3000/upload" method="post" enctype="multipart/form-data"> + <!-- <form action="https://draconyan.xyz:3000/upload" method="post" enctype="multipart/form-data"> --> <label for="FileInput">Choose file to upload:</label> <input type="file" id="FileInput" name="FileInput" required><br><br> <button type="submit">Upload File</button> |