|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Dealing with binaryread |
From: |
Mike Barger |
Date: |
12/10/1999 11:42:10 AM |
IP: |
207.7.78.247 |
I have found it easiest to use an ActiveX DLL written in VB to read and write binary data from forms. Using the ObjectContext in the DLL gives you access to your Request and Response objects. You may want to take a look at 15seconds.com - they have source on how to read/write/parse binary data from a form that may help you (it helped me when creating my own file upload component). I am not sure but I think that the Scripting.FileSystemObject or one of its components like File may have binary write capability. The problem in doing this in vb script is that everything is loosely typed as a variant (which when using a binary write to a file actually stores additional info about its datatype)...what you need is a byte array which is more easily done in a VB Component called from your .asp page.
Mike Barger
mbarger@jnbsoftware.com
Senior Web Analyst
JNB Software Engineering, Inc.
|
Previous Message
|
|

|
|
|
|
|
|
|
|
|
|