[ 
https://issues.apache.org/jira/browse/CB-6994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14166565#comment-14166565
 ] 

ASF subversion and git services commented on CB-6994:
-----------------------------------------------------

Commit cfcb74ca972134eb361fc89c7b419ad912b70972 in cordova-plugin-file's branch 
refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=cfcb74c ]

CB-6994 Fixes result, returned by proxy's write method

+ Refactors writeBlobAsync function
+ Fixes proxy's remove method failure when trying to delete non-existent file


> Windows 8 does not save big file transferred using Blob
> -------------------------------------------------------
>
>                 Key: CB-6994
>                 URL: https://issues.apache.org/jira/browse/CB-6994
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File, Windows 8
>    Affects Versions: 3.5.0
>            Reporter: Maxime LUCE
>            Assignee: Maxime LUCE
>             Fix For: 3.6.0
>
>
> When trying to save Blob using FileWriter.write method, if the blob's size is 
> too high, we get a stack overflow exception during the conversion of the blob 
> into an basic array.
> WinRT (WinJS) provide a method to write Blob directly to the filesystem. It 
> uses Streams so it's safe for memory.
> More info at :
> http://code.msdn.microsoft.com/windowsapps/Blob-Sample-0e35889e/sourcecode?fileId=43594&pathId=962515806
> Method : writeBlobToFile



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to