Delete tools.txt

This commit is contained in:
Eric Johansson (neku) 2020-11-17 00:45:41 +01:00 committed by GitHub
parent 07176c4c5d
commit b3ca9376cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -1,12 +0,0 @@
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)
curl -i -F randomname=randomname -F file=@localfile.jpg https://uguu.se/api.php?d=upload-tool (Using a random name like ofijasofjyipyip.jpg)