(Posted in multiple groups...Apolog ies)
Why does the error below occur whenever the statement
Request.BinaryR ead(Request.Tot alBytes) is executed for uploads larger than
100K? I thought the 100K limit applied only to Request.Form. This does not
occur with smaller uploads. This is running on an IIS 6 server with full
FP2002 extensions.
ERROR:
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
Why does the error below occur whenever the statement
Request.BinaryR ead(Request.Tot alBytes) is executed for uploads larger than
100K? I thought the 100K limit applied only to Request.Form. This does not
occur with smaller uploads. This is running on an IIS 6 server with full
FP2002 extensions.
ERROR:
Request object error 'ASP 0104 : 80004005'
Operation not Allowed
Comment