PDA

View Full Version : Request.BinaryRead in Opera??


reubenb
02-23-2005, 07:21 AM
Hi there,
I am using a script to get formdata from a ENCTYPE="multipart/form-data" form and then get the data using Request.BinaryRead.

This works great in IE, FireFox etc. etc.

But not in Opera, just returns an error (below).

Any ideas why?


Microsoft VBScript runtime error '800a000d'

Type mismatch: '[string: "(null)"]'

/page.asp, line 24
(where line 24 = "if oUpload.Form("subcategory") = 203 then")