V
Vinay Vasu
Hi All,
I am able to upload the files but when i put a check like
Request.Form("subimt") <> "" it gives me error
Error Type:
Request object, ASP 0206 (0x80004005)
Cannot call BinaryRead after using Request.Form collection.
if i put the Request.form anywhere in the page it gives me error
Cannot call BinaryRead after / before using Request.Form collection
And if i am not using the Request.Form object and try using the BinaryRead's
form collection script it gives me the following error:
Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument:
'MidB' on line 141
where in line 141 I find is :
separator = MidB(rawData, 1, InstrB(1, rawData, ChrB(13)) - 1)
My application runs this way:
I need to upload files based on the subject. The subject is selected in the
first page and then submitted to the topics page where the Upload script is
written.
I first have to check wether the Request.Form is null or not and only then
run the upload script.
Is there any other way to the same thing, any help would be highly
appreciated
Thanks in advance,
Vinay Vasu
I am able to upload the files but when i put a check like
Request.Form("subimt") <> "" it gives me error
Error Type:
Request object, ASP 0206 (0x80004005)
Cannot call BinaryRead after using Request.Form collection.
if i put the Request.form anywhere in the page it gives me error
Cannot call BinaryRead after / before using Request.Form collection
And if i am not using the Request.Form object and try using the BinaryRead's
form collection script it gives me the following error:
Microsoft VBScript runtime (0x800A0005) Invalid procedure call or argument:
'MidB' on line 141
where in line 141 I find is :
separator = MidB(rawData, 1, InstrB(1, rawData, ChrB(13)) - 1)
My application runs this way:
I need to upload files based on the subject. The subject is selected in the
first page and then submitted to the topics page where the Upload script is
written.
I first have to check wether the Request.Form is null or not and only then
run the upload script.
Is there any other way to the same thing, any help would be highly
appreciated
Thanks in advance,
Vinay Vasu