Browse Source

Update README.md

wkh237 8 years ago
parent
commit
fed6e6e10a
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      README.md

+ 7
- 1
README.md View File

18
  * [Upload file](#user-content-upload-example--dropbox-files-upload-api)
18
  * [Upload file](#user-content-upload-example--dropbox-files-upload-api)
19
  * [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)
19
  * [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)
20
 * [API](#user-content-api)
20
 * [API](#user-content-api)
21
+* [Test and Development](#user-content-test-and-development)
21
 
22
 
22
 ## Installation
23
 ## Installation
23
 
24
 
152
   returns decoded base64 string (done in js context)
153
   returns decoded base64 string (done in js context)
153
 
154
 
154
 
155
 
156
+### Test and Development
157
+
158
+TODO
159
+
155
 ### TODO
160
 ### TODO
156
 
161
 
157
-* Save file to storage
162
+* Save file to storage directly
158
 * Custom MIME type in form data
163
 * Custom MIME type in form data
164
+* Upload/Download progress report