]> jfr.im git - uguu.git/blob - tools.txt
Merge pull request #49 from avail/avail-patch-1
[uguu.git] / tools.txt
1
2 Tools
3
4 ShareX: https://getsharex.com
5 API
6
7 To upload using curl or make a tool you can post using:
8 curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload (HTML Response)
9 curl -i -F name=test.jpg -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool (Plain text Response)