N
Nikhil
I have a VBscript that I use to upload files onto the
server. The script works fine on IIS 5.0 but on IIS 6.0 on
Windows 2003 I get an error when uploading certain files.
I believe its because the file is larger than what is
normally uploaded. Average file size is 15KB this file is
490Kb.
The error that I get is
Request object error 'ASP 0104 : 80004005' Operation not
Allowed
The code on the line is
biData = Request.BinaryRead(Request.TotalBytes)
Also the totalbytes on the two systems are different. Any
idea why this is happening. Is there any solution?
server. The script works fine on IIS 5.0 but on IIS 6.0 on
Windows 2003 I get an error when uploading certain files.
I believe its because the file is larger than what is
normally uploaded. Average file size is 15KB this file is
490Kb.
The error that I get is
Request object error 'ASP 0104 : 80004005' Operation not
Allowed
The code on the line is
biData = Request.BinaryRead(Request.TotalBytes)
Also the totalbytes on the two systems are different. Any
idea why this is happening. Is there any solution?