[
https://issues.apache.org/jira/browse/CB-12515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889655#comment-15889655
]
Alexander Broekhuis commented on CB-12515:
------------------------------------------
Installed platforms:
android 5.2.2
ios 4.2.1
Available platforms:
amazon-fireos ~3.6.3 (deprecated)
blackberry10 ~3.8.0
browser ~4.1.0
firefoxos ~3.6.3
osx ~4.0.1
webos ~3.7.0
> Object.prototype.toString.call(file) returns [object Object] instead of
> [object File]
> -------------------------------------------------------------------------------------
>
> Key: CB-12515
> URL: https://issues.apache.org/jira/browse/CB-12515
> Project: Apache Cordova
> Issue Type: Bug
> Components: Plugin File
> Reporter: Alexander Broekhuis
>
> I'm trying to use the File plugin in combination with FineUploader.
> FineUploader uses the File API and tests if a passed in object is a file
> using the following call:
> Object.prototype.toString.call(file) === "[object File]"
> But the File retrieved from a FileEntry using entry.file(function(file) { ...
> }); is not seen as a file since the toString.call returns [object Object].
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]