R
Roberto
Sometimes when loading binary files with Request.BinaryRead IIS on the log
gives me the following Error (I have analyzed IIS Log with Web Trend
Analyzer and the error isn't frequent):
POST .../WZUpload.asp |59|ASP_0101_:_80004005|Unexpected_error...
I don't have information on the file inserted because it was inserted by
other people (Web Candidates that inserts their curricula on our Web Site)
I have tried with large files and I haven't reproduced the problem, i have
tried with 0 bytes files and I haven't reproduced the problem, I have tried
to insert into the upload file Low Value (Chr(0)) and I haven't reproduced
the problem....
The instruction is so....
AllDataB = Request.BinaryRead(Request.TotalBytes)
What type of files can cause the crash of BinaryRead ?
Thanks Rob.
gives me the following Error (I have analyzed IIS Log with Web Trend
Analyzer and the error isn't frequent):
POST .../WZUpload.asp |59|ASP_0101_:_80004005|Unexpected_error...
I don't have information on the file inserted because it was inserted by
other people (Web Candidates that inserts their curricula on our Web Site)
I have tried with large files and I haven't reproduced the problem, i have
tried with 0 bytes files and I haven't reproduced the problem, I have tried
to insert into the upload file Low Value (Chr(0)) and I haven't reproduced
the problem....
The instruction is so....
AllDataB = Request.BinaryRead(Request.TotalBytes)
What type of files can cause the crash of BinaryRead ?
Thanks Rob.