Met Folderexists
Prop Shortpath Folder
Met Buildpath
Asp Cookies
Coll Cookies Request
Prop Datecreated File
Prop Datelastaccessed Folder
Asp Install
Prop Datelastmodified File
Prop Attributes File
Prop Comparemode
Prop Key
Asp Ado
Met Transfer
Prop Lcid
Met Removeall
Coll Querystring
Asp Examples
Prop Path Drive
Prop Serialnumber
Prop Parentfolder File
Coll Cookies Response
Met Opentextfile
Asp Send Email
Met Getdrivename
Prop Item
Asp Ajax Database
Met Write Response
Prop Expires
Met Delete Folder
Prop Line
Prop Drives
Prop Filesystem
Met Items
Prop Totalbytes
Met Readall
Prop Isrootfolder
Met Redirect
Met Read
Met Writeblanklines
Met Remove
Prop Sessionid
Met Createobject Server
Met End
Asp Summary
Prop Status
Met Getspecialfolder
Asp Variables
Coll Subfolders
Prop Type File
Met Gettempname
Prop Buffer
Met Writeline
Prop Datecreated Folder
Met Appendtolog
Met Getbasename
Met Getfilename
Met Close
Asp Ref Textstream
Prop Parentfolder Folder
Asp Ref Response
Prop Size File
Prop Availablespace
Met Addheader
Coll Form
Prop Name Folder
Asp Sessions
Asp Browser
Prop Isready
Prop Cachecontrol
Met Driveexists
Met Getfile
Met Skip
Asp Incfiles
Asp Intro
Coll Staticobjects Sess
Met Urlencode
Asp Ref Filesystem
Asp Contentrotator
Asp Applications
Met Mappath
Coll Contents App
Asp Contentlinking
Prop Size Folder
Met Lock Unlock
Met Move File
Coll Files
Prop Atendofstream
Prop Codepage
Met Getdrive
Met Delete File
Prop Contenttype
Prop Pics
Asp Ref Dictionary
Asp Ref Error
Prop Attributes Folder
Asp Quickref
Met Write
Asp Ref Request
Met Createtextfile Filesystem
Asp Ref Application
Met Movefolder
Prop Sharename
Met Deletefile
Asp Ajax Asp
Met Getlasterror
Met Flush
Prop Shortname Folder
Prop Drive File
Met Createfolder
Met Copyfile
Prop Datelastaccessed File
Prop Name File
Prop Driveletter
Prop Charset
Prop Type Folder
Met Exists
Asp Ref Server
Met Keys
Prop Scripttimeout
Ev App Onend Onstart
Met Abandon
Met Createtextfile Folder
Met Contents Remove App
Coll Contents Sess
Prop Shortpath File
Prop Datelastmodified Folder
Met Binarywrite
Met Htmlencode
Prop Freespace
Met Readline
Met Move Folder
Coll Servervariables
Asp Globalasa
Met Skipline
Met Add
Coll Staticobjects App
Asp Ref Drive
Met Contents Removeall Sess
Prop Timeout
Met Deletefolder
Prop Isclientconnected
Met Getextensionname
Index
Asp Tutorial
Prop Asperrorobject
Asp Ref Folder
Met Execute
Met Clear
Met Getfolder
Asp Ajax Intro
Asp Ref File
Met Getparentfoldername
Asp Inputforms
Met Contents Remove Sess
Prop Path File
Met Binaryread
Met Copy Folder
Met Openastextstream
Asp Ref Session
Asp Procedures
Asp Adrotator
Prop Drivetype
Met Movefile
Met Copy File
Met Copyfolder
Prop Rootfolder
Asp Syntax
Met Getabsolutepathname
Met Fileexists
Prop Shortname File
Prop Column
Prop Drive Folder
Prop Volumename
Prop Totalsize
Prop Atendofline
Prop Expiresabsolute
Prop Path Folder
Met Contents Removeall App
Ev Sess Onend Onstart
Prop Count
ASP BinaryWrite
Method
The BinaryWrite method writes data directly to the output without character conversion.
Note: This method can be used to write image data (BLOB) from a database to the browser.
Syntax
Parameter | Description |
---|---|
data | Required. The binary information to be sent. |
Example
If you have an object that generates a byte array, you can use BinaryWrite to send bytes to the application: