Add more instructions for cli
This commit is contained in:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user