Date:  11/05/2006 01:03:20 PM Msg ID:  003202
From:  FoxWeb Support Thread:  003197
Subject:  Re: Equivalent to request.binaryread()?
FoxWeb reads the whole post buffer in a variable prior to giving control to the requested script, so there's no need for a method that returns just a portion of the post buffer.  You can always use the LEFT function if you want to retrieve the first few bytes of a POST field.  If you want access to the POST buffer itself, you can use the Request.Form method without any arguments.

FoxWeb Support Team
support@foxweb.com email

Sent by Jim on 11/04/2006 06:31:54 AM:
Sorry.  I should have been more specific.  The binary-data part wasn't particularly what I was looking for.  It was the ability to specify the number of bytes read via 'count' parameter that I was most interested in. 
-Jim


"The true measure of a career is to be able to be content, even proud that you succeeded through your own endeavors without leaving a trail of casualties in your wake."  - Allen Greenspan

Sent by FoxWeb Support on 11/03/2006 04:26:12 AM:
FoxWeb does not require special binary methods, because the existing methods support binary data.

FoxWeb Support Team
support@foxweb.com email

Sent by Jim on 11/02/2006 11:07:41 AM:
Hello,
 
Is there an equivalent to the ASP Request.BinaryRead(count) method in foxweb?
 
-Jim


"The true measure of a career is to be able to be content, even proud that you succeeded through your own endeavors without leaving a trail of casualties in your wake."  - Allen Greenspan