mirror of
https://github.com/PeernetOfficial/WebGatewayUpload.git
synced 2026-07-23 06:27:51 +01:00
added curl request sample to the webpage as well
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
<div>
|
||||
<label for="formFileLg" class="form-label">Upload your file</label>
|
||||
<input class="form-control form-control-lg" id="formFileLg" type="file" name="file">
|
||||
<h3> or </h3>
|
||||
<pre><code>curl http://localhost:8080/uploadCurl -F add=@<file name></code></pre>
|
||||
</div>
|
||||
<input type="submit" value="Submit">
|
||||
{{ if .hash }}
|
||||
|
||||
Reference in New Issue
Block a user