Skip to content

Commit

Permalink
Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyLin committed Mar 24, 2016
1 parent e4eed56 commit a9fc83c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ Users will upload files directly into the `attache` server from their browser, b
or

> ```
> PUT /upload?data=data:image/jpeg;base64,/9j/4QBiR....
> PUT /upload?file=image123.jpg&type=base64
> body => data=data:image/jpeg;base64,/9j/4QBiR....
> ```
The main app front end will receive a unique `path` for each uploaded file - the only information to store in the main app database.
Expand Down

0 comments on commit a9fc83c

Please sign in to comment.