[
https://issues.apache.org/jira/browse/CB-5981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lee Crossley updated CB-5981:
-----------------------------
Description:
When reading a file on wp8, the "name" property is always empty:
{quote}
{color:red}"name":""{color},
"fullPath":"//myfile",
"type":"application/octet-stream",
"lastModifiedDate":
"06/12/2012 00:30:44",
"size":0,"start":0,"end":0
{quote}
I would expect the "name" to equal "myfile" as on other platforms. As a
workaround, the "fullPath" can be used.
was:
When reading a file on wp8, the "name" property always empty:
```
{"name":"","fullPath":"//myfile","type":"application/octet-stream","lastModifiedDate":"06/12/2012
00:30:44","size":0,"start":0,"end":0}
```
I would expect the "name" property to equal "myfile" as on other platforms.
> File "name" property always empty on WP8
> ----------------------------------------
>
> Key: CB-5981
> URL: https://issues.apache.org/jira/browse/CB-5981
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File, WP8
> Affects Versions: 3.3.0
> Reporter: Lee Crossley
> Assignee: Jesse MacFadyen
>
> When reading a file on wp8, the "name" property is always empty:
> {quote}
> {color:red}"name":""{color},
> "fullPath":"//myfile",
> "type":"application/octet-stream",
> "lastModifiedDate":
> "06/12/2012 00:30:44",
> "size":0,"start":0,"end":0
> {quote}
> I would expect the "name" to equal "myfile" as on other platforms. As a
> workaround, the "fullPath" can be used.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)