From e7c58287a0770efe83b97a7d97301606498ac5b5 Mon Sep 17 00:00:00 2001 From: "Eric Johansson (neku)" Date: Wed, 7 Oct 2015 23:03:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d1bf225..d8b41ea 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Make the uguu/ directory modifiable to the nginx user: Putting anything into POST value 'randomname' will cause it to return a random filename + ext (xxxxxx.ext). Putting a custom name into POST value 'name' will cause it to return a custom filename (yourpick.ext). + + E.g: + 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) This will probably get changed later since it's messy and unpractical.