aegif / nemakiware-android-client

Android client for the NoSQL ECM server NemakiWare
http://nemakiware.com
1 stars 1 forks source link

Upload of Files on the android phone to the repository #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Picking up a file from the android phone
(http://www.openintents.org/en/node/164) and upload it to a selected folder.

User opens the cmis browser, navigates to a folder and long clicks the
folder. In the context menu, the user has the possibility to upload a file
from the phone. After selecting the file, the file will be uploaded
asynchronously. Maybe we can check how big the file is and display a
warning if connected through gprs or so.

Original issue reported on code.google.com by jens.goldhammer on 23 Jan 2010 at 2:25

GoogleCodeExporter commented 9 years ago
AFAIK there is no "select file" intent, so we probably have to build the local 
file 
browser.

It might be easier to start with the following functionality:
- Upload file from Media Library
- Take picture with camera and upload it.

Original comment by Florian....@gmail.com on 3 Feb 2010 at 7:40

GoogleCodeExporter commented 9 years ago
Yes, I think so, that there is pick file intent which starts a browser of the 
local
filesystem.

Please look at
http://code.google.com/p/openintents/source/browse/trunk/samples/TestFileManager
/src/org/openintents/samples/TestFileManager/TestFileManager.java
for an example of using this intent. I think, we can use this to pick up files 
to
upload them.

Original comment by jens.goldhammer on 3 Feb 2010 at 9:52