Read Binary Files in ASP
Category:
ASP, HTML and XMLType:
ClassesDifficulty:
IntermediateAuthor:
AnonymousVersion Compatibility: ASP
More information:
Since the FileSystemObject deals only with text files, and since we cannot open a binary file in ASP with a VB syntax, it appears we must work around the problem of dealing with binary data in ASP. This is a demo of one of the approaches.
Instructions: Click the link below to download the code. Select 'Save' from the IE popup dialog. Once downloaded, open the .zip file from your local drive using WinZip or a comparable program to view the contents.
Download aspbinfile2.zip