J
John Nossluap
I've got some code which uploads files from a client to a webservice
(using an byte array).
Anyone got a suggestion how to implement a progressbar indicating amount
of bytes that's been sent in the ongoing call to the webservice?
(I would prefer not to have to split up the files into 4kb chunks just
to be able to implement this progressbar.)
(using an byte array).
Anyone got a suggestion how to implement a progressbar indicating amount
of bytes that's been sent in the ongoing call to the webservice?
(I would prefer not to have to split up the files into 4kb chunks just
to be able to implement this progressbar.)