Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 Request.BinaryRead()
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

big brother
Starting Member

27 Posts

Posted - 30 August 2001 :  10:55:50  Show Profile
does any body know why a :

request.form("anything")

cannot be performed before or after a:

Request.BinaryRead()

and how this can be over come.

Ta



Edited by - big brother on 30 August 2001 12:00:16

Craig from Alberta
Starting Member

Canada
7 Posts

Posted - 30 August 2001 :  18:11:00  Show Profile  Visit Craig from Alberta's Homepage
I'm a bit confused as to what you mean by cannot be performed before or after a Request.BinaryRead()

It can as long as the two are not related I think.

However you can't request.form("anything") that is in ASCII and use Request.BinaryRead() in conjunction with it which works on binary data only. When you POST a form you have to either use text/html as the ENCTYPE or else something like image/JPG but you cannot mix and match the two from the same form.

In essence, to pass both text and image data to one page to be processed you have to first pass the text data to Session variables on one page, pass the image data to be processed on a second page and grab the text data out of the Session variables because you cannot both Request and Request.BinaryRead from the same form.



Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07