On Fri, Jul 2, 2010 at 8:50 AM, uday <uday.pic...@gmail.com> wrote:
>  From my application i can able to download the files from the
> internet. but the files are downloaded to sdcard/downloads directory
> by default. Is it possible to change this location so that user can
> give the path to save the file?? Is it possible to save the files in
> internal memory???

Don't use the Browser for the download. Handle the download yourself,
and you can store it wherever you can write to.

If you use the Browser for the download, it will download where the
Browser wants to, not where you want it to.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

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

Reply via email to