No. Early versions of the ASP Request object did not provide the BinaryRead or TotalBytes methods which the component relies on. The best way to test whether your version of ASP allows uploading is to execute simple script like <% n = Request.TotalBytes %> and see if the method is recognized by your ASP module.
Here is a COM tutorial written for Active Server Programmers. This tutorial will increase your understanding of COM fundementals so that you can use other components to expand your Active Server page applicatons.[Read The Tutorial]