Browse Source

Add information for #329

Ben Hsieh 8 years ago
parent
commit
b30a35c827
1 changed files with 6 additions and 1 deletions
  1. 6
    1
      README.md

+ 6
- 1
README.md View File

@@ -490,7 +490,12 @@ When downloading large files on Android it is recommended to use `Download Manag
490 490
 
491 491
 <img src="img/download-manager.png" width="256">
492 492
 
493
-When using DownloadManager, `fileCache` and `path` properties in `config` will not take effect, because Android DownloadManager can only store files to external storage. When download complete, DownloadManager will generate a file path so that you can deal with it.
493
+When using DownloadManager, `fileCache` and `path` properties in `config` will not take effect, because Android DownloadManager can only store files to external storage, also notice that Download Manager can only support `GET` method, which means the request body will be ignored.
494
+
495
+When download complete, DownloadManager will generate a file path so that you can deal with it.
496
+
497
+
498
+
494 499
 
495 500
 ```js
496 501
 RNFetchBlob