Skip to content

Commit

Permalink
Add FileTransfer.upload quirk on Android for Nginx servers
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Oct 31, 2012
1 parent cee5efd commit c3c90ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/en/edge/cordova/file/filetransfer/filetransfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ Supported on Android and iOS
var ft = new FileTransfer();
ft.upload(fileURI, uri, win, fail, options);

__Android Quirks__

If you experience problems uploading to a Nginx server then make sure you have the chunkedMode option set to false.

download
--------------

Expand Down

0 comments on commit c3c90ef

Please sign in to comment.