Android : How to get internet connection upload speed and latency?

android, file-upload, network-programming

Solution

I followed this link and got the almost correct download speed. And for upload speed I created a PHP api, uploaded it to FTP server and called it from device and uploaded a file. Then I calculate the time before uploading and after uploading to get Upload Speed.

Problem

I want to find device network upload speed and latency, I tried FTP file uploading but didn't get success. Can anybody please help me to determine the network upload speed?

Original source