Android equivalent to .Net WebClient.uploadFileAsync -


i looking send file on android asyncronously. using c#, use webclient.uploadfileasync. found java equivelent... asynchttpclient. however, find cannot used in android. want able progress of upload. more importantly though dont want load whole file in memory; files large images , have trouble uploading @ once.

so question simple, there android alternative .net's webclient.uploadfileasnyc?

in android 2.3 , higher, use downloadmanager. in android 2.2 or lower, need roll more using httpclient or something.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -