In the second line of include_aspuploader.asp you have to add quotes around the two words:
<script runat="server" language="VBScript">
This worked without quotes for me for almost a year but when I moved to a new provider I received an error that an object was missing, and couldn't upload files. When I added quotes to the 'server' and 'vbscript' it worked again.