Downloading files to the browser with ADODB.Stream is an online article in which the author has narrated on the techniques of using ASP functions in getting the properties of files like the size, name and type etc., You would also be able to create a
A complete overview on File System Object (FSO) is given in this tutorial that clearly describes the fucntionalities and usage of this object to perform file based operations like copying file, deleting file and file contents, opening a file to retri
This ASP tutorial guides you in downloading the images with the help of ADO stream object. You can download all types of images using this ADO stream object. This tutorial gives the sample code for the users. You can copy and paste this sample code o
Tired of FileSystemObject? Use the Stream Object Instead is an online tutorial explaining the advantages of Stream Object function of ASP. The author has given some instructions on how to effectively replace the FileSystemObject with the Stream Objec
File downloading with COM and ASP is an ASP article for the webmasters that summarizes the procedures for sending download files to your clients through the COM components. The author has given some guidelines for protecting your website files from h
With the help of this ASP article, you will learn the steps needed to output the source code of a file on ASP pages. And through the small coding snippet, the author explains how to use this FSO object and describes how it works to output the source
This is an useful ASP tutorial from which you would be able to enrich your programming knowledge on using the file system object of ASP. This article comes your way revealing the underlying concepts in listing all files of your webfolder in your appl
Displaying the date last modified is a simple thing to do. All it takes is calling up the ol File Scripting Object and there you have it! The last modified date, DYNAMICALLY! Every time the file is modified this info is written into the file. The FSO
This online tutorial simplifies your file manipulation tasks by instructing you to utlize the ASP FileSystem Object. All needed methods to access files and their contents are listed in this tutorial. Also it provides a detailed description and syntax
Last Updated is an article revealing the concepts of file management. The author has used the ol File Scripting Object in displaying the exact date of modification. This is an useful article for the ASP programmers especially for novice programmers i |