name change on documents

This commit is contained in:
Chris Lu
2014-09-25 21:53:32 -07:00
parent 348a50052e
commit d0229d99ed
7 changed files with 25 additions and 25 deletions

View File

@@ -180,7 +180,7 @@ Upload File
curl -F file=@/home/chris/myphoto.jpg http://127.0.0.1:8080/3,01637037d6
{"size": 43234}
The size returned is the size stored on WeedFS, sometimes the file is automatically gzipped based on the mime type.
The size returned is the size stored on Seaweed-FS, sometimes the file is automatically gzipped based on the mime type.
Upload File Directly
***********************************