|
This article, by Antonin Foller, demonstrates several versions of source VBS code you can use to work with binary data in ASP and convert the data to a String format. Author: Antonin Foller Code: ASP 3.0 & VBScript |
| |
Overall Rating:
 User Rated
| |
Very useful information  Written by Anonymous User (#1498-215) from Seattle, WA (Wednesday, February 22, 2006)
 |
Strengths: Provided good alternatives for solving the problem. Weaknesses: The ADODB.Stream should use "Windows-1252" instead of "us-ascii" for conversion. Details: I needed to support binary files such as JPEG. Conversion "us-ascii" strips the high order bit of the character codes whereas "Windows-1252" does not. Review Based On: 999 Month(s) of usage |
Thanks  Written by William Hamilton from Atlanta, GA (Wednesday, March 19, 2003) Writer is with: http://www.pompousass.net
 |
Strengths: very useful, instructive Weaknesses: no comment Details: Cut and paste from this code improved speed of string conversion enormously. Review Based On: using demo only |
| |
|