Meteor-Community-Packages / Meteor-CollectionFS

Reactive file manager for Meteor
MIT License
1.05k stars 237 forks source link

unknown content type when using Android #305

Open lleonard188 opened 10 years ago

lleonard188 commented 10 years ago

When I try to upload an image I get an unknown content type error when using Android 2.3.4. I know it's an old version but I don't think I can update easily. Since I don't know of a way to test CollectionFS on different mobile devices without going out and buying more, has anyone else tested it on different devices?

ghost commented 10 years ago

I think the File API is required. You need at least Android 3.0 (Source: http://caniuse.com/#feat=fileapi). Maybe you can upgrade your phones Android with http://www.cyanogenmod.org/.

copleykj commented 10 years ago

All my older devices (as well as current) are rooted with a custom rom.. I'm not sure about your device but there is a chance that the Cyanogen Mod installer my work with it, only issue is that you will need to be running Windows.

On 5/6/14, Jonas notifications@github.com wrote:

I think the File API is required. You need at least Android 3.0 (Source: http://caniuse.com/#feat=filereader). Maybe you can upgrade your phones Android with http://www.cyanogenmod.org/.


Reply to this email directly or view it on GitHub: https://github.com/CollectionFS/Meteor-CollectionFS/issues/305#issuecomment-42368802