Asp Object: BinaryWrite

Source: Internet
Author: User
IT Power in China, the latest and most comprehensive IT technology tutorial
Latest 100 articles | 100 recommended articles | 100 topics | rankings | search | online API documentation
First page | program development | operating system | software application | graphic image | network application | excellent articles | educational certification | unfinished articles | technical discussion

ASP JS
PHP project
ASP. NET
Website construction UML
J2EESUN
. NET
VC VB VFP
Network Maintenance
Database DB2
SQL2000
Oracle
Mysql
Server
Win2000
Office C
DreamWeaver
FireWorks
Flash
PhotoShop
Online shopping guide
CorelDraw
Protocol Overview
Network security
Microsoft certification
Current location:> Program Development> Web Development> Asp> comprehensive article
Asp Object: BinaryWrite
Author: Unknown Time: Source: ChinaZ.com editor: chinaitpower
Abstract: None


BinaryWrite
The BinaryWrite method writes the specified information to HTTP output without any character conversion. This method is used to write non-string information (such as the binary data required by the client application ).
Syntax Response. BinaryWrite data

Parameters
Data
The data written to the HTTP output.
Example
If there is an object that generates a byte array, call BinaryWrite to send the generated byte to the client application as follows. <%
Set BinGen = Server. CreateObject (MY. BinaryGenerator)
Pict = BinGen. MakePicture
Response. BinaryWrite Pict
%>
Apply
Response object
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.