Will AspUpload work with any version of ASP?
No. Early versions of the ASP’s Request object did not provide the BinaryRead or TotalBytes methods which the component heavily relies on. The best way to test whether your version of ASP allows uploading is to execute a simple script like <% n = Request.TotalBytes %> and see if the method is recognized by your ASP module.
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.
No. Early versions of the ASP’s Request object did not provide the BinaryRead or TotalBytes methods which the component heavily relies on. The best way to test whether your version of ASP allow uploading is to execute simple script like <% n = Request.TotalBytes %> and see if the method is recognized by your ASP module. Q: Where can I get the latest version of ASP? A: It depends on the type and version of your web server. If you are using PWS or IIS 3.0 you can download the latest version of ASP from http://www.microsoft.com/office/intranet/modules/asp411s3.asp. If you are using IIS 4.0 you may need to install Option Pack 4 downloadable from http://www.microsoft.com/iis. Q: Does Microsoft Internet Explorer 3.0 support file uploading? A: By default, no. But there is an IE3 upload add-on available from http://www.microsoft.com/msdownload/iebuild/ie3add_win32/en/ie3add_win32.htm.