R raaiman Member Licensed User Longtime User Mar 16, 2013 #1 Hi, my code is like this: B4X: hr.InitializePost2(iurl,http_upload_buffer) hr.SetContentType(header_content_type) hc.Initialize("http_upload") hc.Execute(hr,0) can i show the sent bytes on the progressbar? thanks
Hi, my code is like this: B4X: hr.InitializePost2(iurl,http_upload_buffer) hr.SetContentType(header_content_type) hc.Initialize("http_upload") hc.Execute(hr,0) can i show the sent bytes on the progressbar? thanks
thedesolatesoul Expert Licensed User Longtime User Mar 16, 2013 #2 If you use HttpUtils2 you can use this: http://www.b4x.com/forum/basic4android-updates-questions/17631-postfile-progressbar.html#post155117 Upvote 0
If you use HttpUtils2 you can use this: http://www.b4x.com/forum/basic4android-updates-questions/17631-postfile-progressbar.html#post155117