Update info.html

This commit is contained in:
Eric Johansson (neku) 2015-10-07 23:01:50 +02:00
parent b535210626
commit 320dfe544e
1 changed files with 3 additions and 2 deletions

View File

@ -11,9 +11,10 @@
<p>
If you would like to upload using ShareX read <a style="color: #bbdefb" href="https://github.com/ShareX/ShareX/wiki/Custom-Uploader-examples#uguuse">this</a>.<br />
To upload using curl or make a tool you can post using:<br />
<code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload</code></p>
<code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload</code> (HTML Response)<br />
<code>curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload-tool</code> (Plain text Response)</p>
</div>
</div>
</div>
</div>
</div>
</div>