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
Post a Comment