How To Read and Display Binary Data in ASP (193998)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Active Server Pages
This article was previously published under Q193998 SUMMARY
This article shows how to read and display binary data using Active Server
Pages.
Many developers appreciate the ease of using the Scripting.FileSystemObject
to open an ASCII file and then display its contents in Microsoft Word or
Microsoft Excel from within Internet Explorer. In its current inception,
ASP does not directly provide any comparable objects to read files that
contain binary data such as an Excel worksheet with macros, an Adobe
Acrobat (.pdf) file, a .gif image, or any other files that contain binary
data. However, an ASP developer can write a custom business object or
component that adds this functionality.
Modification Type: | Minor | Last Reviewed: | 3/16/2005 |
---|
Keywords: | kbcode kbFSO kbhowto kbScript KB193998 |
---|
|