Hello!
Basically, I'd like to do a simple internet speed test from a webpage (wherever I am at) to my web server.
The webpage client needs to have a button to get the process started. Then, serverside, a stream of random junk of some specific size (say 512kb) would be generated and sent to the client. The client then sends the stream back to the server to test upload speed.
I have done this in a regular C# windows application but i am completely losing something when trying to make it a webpage. Any links to code or code itself would be greatly appreciated.
I would like to do this without actually creating any files, using only streams/memory.
Start Free Trial