瀏覽代碼

Add information for #329

Ben Hsieh 8 年之前
父節點
當前提交
b30a35c827
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6
    1
      README.md

+ 6
- 1
README.md 查看文件

@@ -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