|
Project Information
Featured
Downloads
|
IntroductionJSBandwidth grew from a need for me to be able to run browser-based bandwidth tests quickly and easily within a LAN / WAN. I wanted to replicate the base functionality of the familiar web-based speed tests out there, but without a full blown server application. How to Use
Caveat: The upload test needs to be able to send a POST request to the server. The receiving page doesn't have to do anything with the data. However, some servers will not allow you to send a POST request to a .htm file. Therefore, the project includes several blank server side script files (post.aspx, post.php, post.pl). If the default script doesn't work, you'll need to edit the javascript at the top of the default.htm page to post to a different page that is compatible with your web server configuration. For more information (including a screenshot), visit the related blog entry. |