From 320dfe544ed59f9c58cc0bdabeae6edcba338c44 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Wed, 7 Oct 2015 23:01:50 +0200 Subject: [PATCH] Update info.html --- rain/template/info.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rain/template/info.html b/rain/template/info.html index cd84bf0..ef95683 100644 --- a/rain/template/info.html +++ b/rain/template/info.html @@ -11,9 +11,10 @@

If you would like to upload using ShareX read this.
To upload using curl or make a tool you can post using:
- curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload

+ curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload (HTML Response)
+ curl -i -F name=test.jpg -F file=@localfile.jpg http://uguu.se/api.php?d=upload-tool (Plain text Response)

- \ No newline at end of file +