Add more instructions for cli

This commit is contained in:
Beu
2020-02-24 23:06:38 +01:00
parent e7d3921bc0
commit 907d92639f
2 changed files with 8 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ Drag and Drop your file or <input class="button" type="button" value="Select Fil
<div class=infobox>
This tool is usable with <b>curl</b> or <b>wget</b>.<br><br>
To upload : <br>
To upload file: <br>
<li> curl --upload-file ./my_file <?php print($uploadurl);?><br>
<li> wget -q --body-file='./my_file' --method=PUT -O - <?php print($uploadurl);?><br><br>