FileList and slice method

91 views
Skip to first unread message

dsalah

unread,
Aug 14, 2011, 10:17:46 PM8/14/11
to phonegap
Does phonegap support FileList in Blackberry OS 5??
I want to read a part of file so I want to call File.slice
something like that:

<input type="file" id="files" name="files" />
var files = document.getElementById('files').files;
var file = files[0];
var blob = file.slice(0, 10);

any help in doing that?

Drew Walters

unread,
Aug 15, 2011, 10:56:00 AM8/15/11
to phon...@googlegroups.com
Sorry, there is not an implementation of the File.slice() method in PhoneGap yet.

--
You received this message because you are subscribed to the Google
Groups "phonegap" group.
To post to this group, send email to phon...@googlegroups.com
To unsubscribe from this group, send email to
phonegap+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/phonegap?hl=en?hl=en

For more info on PhoneGap or to download the code go to www.phonegap.com

dsalah

unread,
Aug 22, 2011, 8:41:00 PM8/22/11
to phonegap
Could you advice me in how to do that in Blackberry browser?
This code doesn't work in BB OS 5 browser?
Reply all
Reply to author
Forward
0 new messages