Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Thursday, June 20, 2013
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > File Management
Search
DevASP

What's New
What's Hot
Listings for File & Disk Info File & Disk Info (13)
Listings for File Compression File Compression (2)
Listings for File Downloading File Downloading (15)
Listings for File Manipulation File Manipulation (66)
Listings for File Upload File Upload (38)
Listings for FileSystemObject FileSystemObject (26)


Reading from a Text File in an ASP page.       
Total Hits: 2774  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


This Example shows how to read from a text file in an ASP Page using Scripting.FileSystemObject...

Writing to a text file in an ASP Page       
Total Hits: 4068  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 


Learn how to write on a text file with the help of FileSystemObject within an ASP Page...

ASP File Upload using VBScript       
Total Hits: 1784  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are several components on the market that allow your ASP application to handle file uploads. This article does not intend to replace those. They perform quite well. There are times, however, that deploying a custom COM object is not possible. For example, your ISP does not allow them. This article will show you how to write a VBScript class to handle file uploads....

File Uploading using pure ASP       
Total Hits: 2077  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Complete tutorial on uploading files to the server hard disk using ASP ( VBScript )....

Working with Drives, Folders and Files using ASP       
Total Hits: 3757  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Article on accessing drives, folders and files with ASP; iterating though drives, folders and files collections, reading content of a file and more. Also provides detailed listing of all properties and methods of FileSystemObject, Drive, Folder, File and TextStream objects....

Got Data? Send It to Your Users as an Excel Spreadsheet from Your ASP Page       
Total Hits: 894  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you are using ASP pages to display data — usually data from a database in a report format — it is usually beneficial to send this data as an Excel Spreadsheet that your users can download and work on. For example, a manager could view data on-screen via your ASP page, but if they want to format it a different way before presenting it to their boss, they cannot use your report as-is. However, if they can get the data as an Excel Spreadsheet, then they can do what they want with it....

Uploading Images using HTML and ASP       
Total Hits: 1971  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Learn how to allow image uploads to your site, using standard HTML and off-the-shelf ASP extensions....

Introduction to Web–enabled Folders       
Total Hits: 378  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The web-enabled folder is a powerful tool for extending the Windows environment. Your ordinary Windows folders can be enhanced using ASP, streaming media, DHTML, script, and ActiveX controls, making them easier and more fun to use. Let Ramon Arjona show you how, and blur the distinction between the web and Windows....

Download Page that Displays Available Files Automatically       
Total Hits: 1507  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is an .asp page that allows you to provide file download capabilities for your site without having to constantly update the page with your file list. It does this by reading the file names in the directory you specify as the download directory, then contructing the appropriate URLs...

FIX: Cannot Access Remote Files with the FileSystemObject       
Total Hits: 9667  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

When accessing remote resources with the FileSystemObject through Active Server Pages (ASP), one of the following errors occurs: Microsoft VBScript runtime error '800a004c' Path not found Microsoft VBScript runtime error '800a0046' Permission denied Server object error 'ASP 0177 : 800a0046' Server.CreateObject Failed...

Browsing Directories With ASP       
Total Hits: 1823  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

There are many situations where it may be useful to list the contents of a directory on your web server; for administration or collaborative work purposes for example...

Directory Attributes       
Total Hits: 955  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

The properties of a directory are readable and displayable in asp. This is especially useful when you have directories that get updated frequently and you want the date they were last modified to display on a web page....


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com