Download Files of Any File Type

Download Files of Any File Type

You may encounter a situation where you need to open a “Save As” dialogue box for downloading files of different types on to the client machine. You might have found code snippets using FileSystemObject. These are limited to text files only and they make trying to find the file type a waste of time. The ADODB.Stream Object allows you to read the file from the server in Binary Format. You can use the “BinaryWrite” method of Response Object to write the binary data.

Here is the code:

 Dim objADODBStreamDim strFileSet objADODBStream = Server.CreateObject("ADODB.Stream")

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular