docs(file): add link to additional information (#1022)

Adding a link to **cordova plugin file** for ease of understanding file management using cordova.

It took me almost a day to figure out how to properly save things like a pdf/image in a publicly accessible directory. Having a link to the main **cordova file** documentation will save a lot of time.
This commit is contained in:
Prateek Kathal 2017-02-01 12:10:55 +05:30 committed by Ibby Hadeed
parent 62a30c7d8f
commit 69ff7afb48

View File

@ -173,6 +173,10 @@ export interface FileTransferError {
* cd files
* ls
* ```
*
* To store files in a different/publicly accessible directory, please refer to the following link
* https://github.com/apache/cordova-plugin-file#where-to-store-files
*
* @interfaces
* FileUploadOptions
* FileUploadResult