Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 24th, 2004, 09:19 PM
Authorized User
 
Join Date: Apr 2004
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
Default BinaryRead method

I'm trying to clearly understand the use of the BinaryRead Method. If someone can offer a good example of its use, it would be helpful.

I was looking at the following script, but still don't quite understand how to really use it.

<%
Dim a, b
b = Request.TotalBytes
a = Request.BinaryRead(b)

For i = 1 to b
Response.Write MidB ( data, i, 1)
Next
%>

As a test, I saw that it returned the name/value pairs submitted from a form.

Can anyone offer a good explanation and use of BinaryRead?

Thanks,
-Dman100-

 
Old July 25th, 2004, 12:17 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

You can check these links.
How To Read and Display Binary Data in ASP
Read and Display Binary Data
How To Read and Display Binary Data in ASP Using ServerXMLHTTP

Hope that helps.
Cheers!

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
method amit_p_patel VB How-To 2 May 25th, 2007 01:46 AM
Why is this method placed in filip BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 1 August 25th, 2006 09:40 PM
Method StanArtis BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 1 December 6th, 2004 06:09 AM
How to use IRequest::BinaryRead function Tai1976 Classic ASP Components 0 December 12th, 2003 09:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.