can upload file have the progressbar?

raaiman

Member
Licensed User
Longtime User
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
 
Top