Closed Yoric closed 8 years ago
See https://bugzilla.mozilla.org/show_bug.cgi?id=801635 for a discussion on the API of this file picker.
Hello, I am interested to contribute in the project. I selected it since I had worked on the concept earlier at https://github.com/amodnn/pickApplication where I had written the code for the requesting application. Also I had implemented export feature at https://github.com/amodnn/editOnTheGo/blob/gh-pages/js/export.js where I had written the code for the rendering application.
When discussed on irc, Yoric said he is too busy to mentor the project. So I would be highly obliged if anyone is interested to be a mentor. I will also drop a request message at #gaia in irc. Thanks !
the repository : https://github.com/amodnn/filePicker/tree/gh-pages it is hosted at : http://amodnn.github.io/filePicker
the project will function only in Firefox OS Simulator.
kaze will be mentoring the project but he is busy till August. Till then i would be contributing to it,
any news about this?
There are now severals "Explorer" apps on the marketplace and it's possible to pick files using it:
I assume now we want to integrate a file browser, directly to gaia no ?
There is also my post on stackoverflow http://stackoverflow.com/questions/23527190/file-picker-on-firefox-os
I think that a file picker is less invasive and simple respect to file browser. Choose a file (sd or system) and return the name, the path and the glob (if required)
Is this project complete ?
If it is not, I would like to work on it! :)
http://stackoverflow.com/a/25827039 A developer have written a file picker, i'm waiting a code example for try it :-)
At the time of its first release, Firefox OS will come without a file picker, i.e. applications will not be able to prompt the user to choose a file. However, it is quite possible to implement a file picker using existing APIs.
The objective of this project is to implement in JavaScript, HTML and CSS a file picker, using:
Once complete, the application will be submitted to the Firefox Marketplace and will be made available to users across the world.