Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > ASP Forms
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms 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 January 28th, 2005, 05:59 AM
mss mss is offline
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error : 006~ASP 0206~Cannot call BinaryRead~Cannot

I am creating upload Tool.
szData=Request.TotleBytes
at the time of reading binary data using Request.BinaryRead(szData).
It gives "Error : 006~ASP 0206~Cannot call BinaryRead~Cannot call BinaryRead after using Request.Form collection."

Please Help

 
Old January 28th, 2005, 01:37 PM
Friend of Wrox
 
Join Date: May 2004
Posts: 642
Thanks: 0
Thanked 43 Times in 42 Posts
Default

You will not get content in request.form collection if you are using multipart/form-data.

Please check the following:

http://www.asp101.com/articles/jacob/scriptupload.asp
http://www.asp101.com/resources/uploadinfo.asp

Om Prakash





Similar Threads
Thread Thread Starter Forum Replies Last Post
Web service call error Tomi J2EE 0 February 1st, 2008 06:22 AM
How to Call Sub in ASP dpkbahuguna Classic ASP Basics 8 January 31st, 2007 03:46 PM
How to call VC++ DLL from ASP/ASP.net? leesoon Classic ASP Professional 0 December 9th, 2004 10:06 PM
BinaryRead method -Dman100- Classic ASP Professional 1 July 25th, 2004 12:17 PM
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.