From: Eric Johansson (neku) Date: Mon, 13 Feb 2017 20:10:59 +0000 (+0100) Subject: Create tools.txt X-Git-Tag: v1.0~83 X-Git-Url: https://jfr.im/git/uguu.git/commitdiff_plain/362ecdf843bea7c18547cd5c0a7f0b059e8a9c31?ds=sidebyside Create tools.txt --- diff --git a/tools.txt b/tools.txt new file mode 100644 index 0000000..4ccfa10 --- /dev/null +++ b/tools.txt @@ -0,0 +1,9 @@ + +Tools + +ShareX: https://getsharex.com +API + +To upload using curl or make a tool you can post using: +curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload (HTML Response) +curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool (Plain text Response)