|
@@ -18,6 +18,7 @@ The source code is very simple, just an implementation of native HTTP request, s
|
18
|
18
|
* [Upload file](#user-content-upload-example--dropbox-files-upload-api)
|
19
|
19
|
* [Multipart/form upload](#user-content-multipartform-data-example--post-form-data-with-file-and-data)
|
20
|
20
|
* [API](#user-content-api)
|
|
21
|
+* [Test and Development](#user-content-test-and-development)
|
21
|
22
|
|
22
|
23
|
## Installation
|
23
|
24
|
|
|
@@ -152,7 +153,12 @@ When `fetch` success, it resolve a `FetchBlobResponse` object as first argument.
|
152
|
153
|
returns decoded base64 string (done in js context)
|
153
|
154
|
|
154
|
155
|
|
|
156
|
+### Test and Development
|
|
157
|
+
|
|
158
|
+TODO
|
|
159
|
+
|
155
|
160
|
### TODO
|
156
|
161
|
|
157
|
|
-* Save file to storage
|
|
162
|
+* Save file to storage directly
|
158
|
163
|
* Custom MIME type in form data
|
|
164
|
+* Upload/Download progress report
|