The speed test at http://www.elkhart.com/speedtest/speedtest.htm has two issues. First the ‘Run Tests’ icon has to be clicked twice before it will run the test. The second issue is that the upload graphic shows little if any progress of the test when it gives the speed and jumps to the download graphic. The download graphic shows full completion and then displays the speed value.

I changed the jar and zip file names to the orginal names in both the html code and file names. It still takes two clicks to start the test and the upload test does not complete the progression bar. Yet, the download test completes.
Hi Harv,
I just now checked your link above and and still see your code as:
archieve = "speedometer_z.jar"
when it should be:
It should be archive="speedmeter_z.jar"
Change that and let me know what happens.
If you want, give me access to that file and I’ll play with it.
Regards,
Jim.
Okay, I changed the jar file to the correct name in both the html file and the filename itself.
The speed test will run with only one click of the Run Tests icon.
The upload test is stil only showing a partial completion (~1%) and then shows a speed of 2660 Kbps and the download test is showing a full completion and then the speed of 497Kbps. The download speed seems to be accurate but the upload speed is not.
Although I had you change the jar file back to its original name, it should not have had any impact on its operation.
The upload failed because your server reset the connection. Most likely the server has a POST length limit or other restriction that is causing the problem.
How exactly to fix you situation I am not sure. I wish I could offer an exact solution, but I can’t at this time.
I’ll take a look at your speed test and report back in a bit.
I noticed you have :archive="speedometer_z.jar" in your speed test script.
Did you rename the jar file?
It should be archive="speedmeter_z.jar"
Thanks,
Jim.