View Full Version : Cannot use Request.Form collection after calling BinaryRead.
how do i avoid this error?
Cannot use Request.Form collection after calling BinaryRead.
can you post (part) of the code from the page that generated the error ?
Alekz
10-01-2002, 09:35 AM
Hi,
That's right, after a binary read the Request object collections will not be populated...
But why do You need a binary read? Processing multipart/form-data encoded input, probably including files? If this is the case, I could help...
Alex
whammy
10-02-2002, 10:14 AM
Here is a free third-party file upload component http://www.dundas.com/ that should work for you if you're interested.
glenngv
10-02-2002, 10:19 AM
maybe he is creating a component-less file upload, a pure vbscript code, that's why he is using Request.BinaryRead.
Phip, I have downloaded a pure vbscript file upload. If you need it, let me know. I haven't tested it though. :)
Thanks, I figured it out. :p
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.