Skip to content

Commit

Permalink
Modity README
Browse files Browse the repository at this point in the history
  • Loading branch information
SammyLin committed Mar 23, 2016
1 parent e3d2961 commit 50624d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ Users will upload files directly into the `attache` server from their browser, b
> ```
> file content is the http request body
or

> ```
> PUT /upload?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 50624d1

Please sign in to comment.