X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/5cbaf99663c1075286bbe1fda82a558fa934cf95..21e65e7907cc8d34acda8e7adb464087075f577b:/README.md?ds=inline diff --git a/README.md b/README.md index d1bf225..8700b94 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,14 @@ 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.