From 50624d1576de618ba6778b35d4d7cbf303587766 Mon Sep 17 00:00:00 2001 From: Sammy Lin Date: Wed, 23 Mar 2016 16:20:20 +0800 Subject: [PATCH] Modity README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 07e1978..093e61d 100644 --- a/README.md +++ b/README.md @@ -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. > ```