Further changes in README

This commit is contained in:
Pierre-Alain Bandinelli 2016-05-14 11:31:48 +02:00
parent 2239bd05dd
commit d0cf9b3df0
1 changed files with 2 additions and 7 deletions

View File

@ -25,10 +25,5 @@ Make the uguu/public/files and uguu/rain/cache directory modifiable to the web s
* 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.
# Contact
[neku@pomf.se](mailto:neku@pomf.se) or [@Nekunekus](https://twitter.com/nekunekus).
* curl -i -F name=test.jpg -F file=@localfile.jpg http://path.to.uguu/api.php?d=upload (HTML Response)
* curl -i -F name=test.jpg -F file=@localfile.jpg http://path.to.uguu/api.php?d=upload-tool (Plain text Response)