Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Write file easy with ASP
Work with binary files in VBS - read and write local and remote files
WMI - Memory, Disk Space, Stop and Start Services
Where do I save my ASP files
Web Site Compression
Upload file using IE without user interaction - VBA
Uploading Files to a Web Site
Uploading Images to Database Using Persist AspUpload
Understanding File Upload
Tired of FileSystemObject? Use the Stream Object Instead
The PseudoRequestDictionary Script Class 1.5.00.00
Text files
Show The Size Of A Directory Using ASP
Retrieve Text and Image fields from the database using OpenX
Read and write windows INI files in VBS?
Top Code
Open and Read content from a text file
Upload file using IE without user interaction - VBA
Force 'file download' for known file types
Uploading Images to Database Using Persist AspUpload
Understanding File Upload
File navigation and searching
How To Work with a Text File in an ASP Page
Directory Drill Down
Document
Work with binary files in VBS - read and write local and remote files
Directory Listing and Detailing Script
Where do I save my ASP files
Copying Folders
Last Updated
Retrieve Text and Image fields from the database using OpenX
ASP > Tips and Tutorials > File Manipulation
Source List
All | Freeware

Code 1-20 of 51   Pages: Go to  1  2  3  Next >>  page  


Write file easy with ASP is an online ASP article in which the author has given codings for creating text files using ASP. The author has explained in brief about adding and deleting text from a file, to create and manage new files for ASP...





Work with binary files in VBS - read and write local and remote files is an article in ASP demonstrating the method of working with binary files. The author has explained how to deal with binary files both on the local and remote computers using...



WMI - Memory, Disk Space, Stop and Start Services is an online article from which you will be aware of file manipulation techniques. This tutorial comes explaining your way on the procedures to be followed while using WMI in monitoring your...



This is an article that helps readers to learn about placing ASP files. In this tutorial the author briefly discusses about the possibility of placing ASP files and explains about wwwroot and its function in storing ASP files. This easy to...



Web Site Compression is an useful guide for the webmasters in compressing their HTML outputs. The author has given a handful of definitions for some of the technical terms involved in the above concept such as the 'Deflate', 'GZip' etc., You will...



Upload file using IE without user interaction - VBA is a simple and useful article for the webmasters in which the author has explained the procedures for online file uploads. By reading this article you can gain knowledge on VBA codes for form...



Uploading Files to a Web Site is an ASP article intended to give a better insight on the abilities of Microsoft's Posting Acceptor and its function. The author has briefed on some of the problems and difficulties that arises while working with the...



Uploading Images to Database Using Persist AspUpload is an easy to understand guide for all webmasters in uploading their image files online. You can learn how to transfer your image files to a MS-SQL server through the Persist AspUpoad function...



Understanding File Upload is a simple ASP article from which you can gain knowledge on the components available in Microsoft for uploading files online. The author has given ASP codings for creating your file upload transaction without a write...



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...



This tutorial allows ASP users to learn about a class which is PseudoRequestDictionary Script Class. This tutorial clearly explains that this VB script class will be useful for fileupload. This tutorial says that this provided code is generated to...



Text files is an online tutorial in which the author has explained the beginners about text file management. The author has given seperate codings for creating file system object, to open a file for reading and writing, to read and write lines on...



Show The Size Of A Directory Using ASP is an online article explaining ASP beginners and programmers to use FileSystemObject function of ASP in finding the file sizes. The author has also given some notes on the above topic along with the code...



Retrieve Text and Image fields from the database using OpenX is an easy to understand tutorial in which the author has illustrated the procedures for retrieving files from your MS SQL Server database. You can gain knowledge on text as well as...



Read and write windows INI files in VBS? is an easy to understand online article for all webmasters who have installed hosted applications on their systems. From this tutorial you will come to know how to read formatted Windows INI files using...



Reading a text file in ASP is an online tutorial briefing on the FileSystemObject of ASP in managing files and folders. The author of this article has demonstrated on two different methods for reading and writing text files using the ASP codes....



Reading From a Text File is an useful article where the author has demonstrated the usage of fileSystemObject function of ASP in reading ASP files. The given code snippet will open an existing file and displays the content of the file for your...



Reading Random Text is an online tutorial focussing mainly on the ASP include functions. The author has given a brief note on some of the shortcomings of the include functions in ASP while reading and inserting data on a text file and when and...



This is an useful guide for INI file reading. In this article the author reveals on some important tips for reading INI files of a standard window. You are also furnished with some of the powerful tools for the INI file reading and how to use ASP...



Open and Read content from a text file is a simple ASP article where you will learn the procedures involved in file management. You can learn how to handle files of your website, to open the files and to read the content of the files line by line....