The best way to do this (IMO) is to submit the files via a background process. You dont want anything hogging up the UI thread or you'll get a FC/Wait dialog which then the user will most likely force-close.
Look up services in the docs and check out some of the sample apps, such as apps for android and shelves. On Tue, Aug 25, 2009 at 1:44 PM, dannyr <[email protected]> wrote: > > > My app needs to upload several files to a web site. How can I do this > in the background similar to what the YouTube application does? Also > what is the best way to upload files? POST to a web page? > > > -- Donn http://blog.donnfelker.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

