The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP :: Tips and Tutorials :: File Manipulation
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 38    Displaying: 21 - 38 Pages:   1 2   

   Open, Read and Create Files with ASP   Hits: 4527 

 
This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.


Version: n/a   Platform(s): n/a   Updated: Mon Jan 14 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Auto-upload using IE+ADO without user interaction   Hits: 2591 

 
This article shows a simple way to upload files from client to server using VBS, IE and ADODB as multipart/form-data document. Full source code included.


Version: 1.01   Platform(s): n/a   Updated: Thu Sep  6 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Searching Drives, Viewing and Downloading Files   Hits: 2875 

 
This article illustrates some great uses of the File System Object. It shows how to choose a drive to search, and then builds a listbox of all the folders on that drive. Choose a folder and it builds a listbox of all the files in that folder. Choose a File and it will display it in the browser or prompt you to save the file to your hard drive.


Version: n/a   Platform(s): n/a   Updated: Thu Jun 14 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   ASP Form Input to HTML   Hits: 2106 

 
The author writes "ASP has the ability to write .html or any other text based documents directly to a web server (You need to write the text output to a directory that has write authority). This enables the instantaneous publication of user input without the need for uploading files from a PC." This example code shows how to write text based documents to a server using ASP.


Version: n/a   Platform(s): n/a   Updated: Mon May 14 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Working with Drives, Folders and Files using ASP   Hits: 4437 

 
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.


Version: n/a   Platform(s): n/a   Updated: Sun May  6 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   File Uploading using pure ASP   Hits: 7009 

 
This is a complete tutorial on uploading files to the server hard disk using ASP ( VBScript ).


Version: n/a   Platform(s): n/a   Updated: Sun Apr 29 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Link & Display Text Files   Hits: 2418 

 
This example code demonstrates how to link and display text files within a single document in ASP. Using the title of the text files as hyperlinks, when clicked the file name, the full contents of the document will be displayed. Very useful for making copybooks and file layouts available online.


Version: n/a   Platform(s): n/a   Updated: Tue Apr 10 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Displaying HTML files from your ASP page   Hits: 1485 

 
Often you will need to display the contents of a file on your server. This article shows you what regular expressions to use to successfully display HTML, including automatically making any hyperlinks live.


Version: n/a   Platform(s): n/a   Updated: Wed Mar 28 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Import CSV to HTML   Hits: 7618 

 
The author writes "A CSV (Comma Separated Values file sometimes referred to as a flat file) is essentially a text file that has a comma delimiter between the table values and a unique line for each observation. While this is usually a means by which data is transferred from one database to another by itself can be used as input to an asp document." This example will show how to take virtually any CSV file and write it to an html table using ASP.


Version: n/a   Platform(s): n/a   Updated: Mon Mar  5 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Access To HTML   Hits: 1588 

 
This short example will allow you to dynamically create "static" html documents from an Access data on your web server using Active Server Pages. Basically after reading the contents of the db, instead of writing output to the browser it is written to the server.


Version: n/a   Platform(s): n/a   Updated: Fri Mar  2 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Walking through your sub-folders and files   Hits: 1798 

 
Initially developed to index ASP pages for a search capability, this article gives you a generic function to walk through your sub-folders using the FileSystemObject. Also discusses recursion and passing functions as parameters.


Version: n/a   Platform(s): ASP 2.0   Updated: Fri Jan 19 2001

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   FileTraXer   Hits: 833 

 
Keep track of clicks on files downloaded from your site. Easily add files to the database. Update Names associated with the file. Function to show clicks for all files included.


Version: 1   Platform(s): n/a   Updated: Thu Oct 26 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Uploading Images using HTML and ASP   Hits: 3700 

 
This step-by-step 5-page tutorial teachs you how to allow image uploads to your site, using standard HTML and off-the-shelf ASP extensions.


Version: n/a   Platform(s): n/a   Updated: Tue Oct 10 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Understanding File Upload   Hits: 4081 

 
Building an upload file mechanism on a Web server can often require using a costly DLL. Tiago Halm's article shows you how to upload a file using only Active Server Page (ASP) code and Internet Explorer. Sample code is provided.


Version: n/a   Platform(s): n/a   Updated: Wed Oct  4 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Downloading Files with VBScript and ASP   Hits: 5193 

 
Setting up a simple file downloading system with VBScript and ASP is no sweat. The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a client's browser and be unable to be downloaded. A secondary use is to allow download access to directories outside the public server space or a hidden directory within the website. This tutorial shows you how. Full source code available.


Version: n/a   Platform(s): n/a   Updated: Fri Sep  8 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (1) Visitor Ratings

   Filearchive   Hits: 3113 

 
This tutorial shows you how to create a file archive on your site using the built-in File Access Component. You can easily customize how yout page looks. Full source is available for download.


Version: n/a   Platform(s): n/a   Updated: Sat Jun 17 2000

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Building an ASP File Manager   Hits: 5123 

 
This article describes how to build a very powerful, potentially destructive application using the File System Object. It should never be implemented in a production environment without ensuring that proper security precautions have been taken to maintain the integrity of the data contained on the web server.


Version: n/a   Platform(s): n/a   Updated: Sun Jun 11 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   File Access Tutorial   Hits: 3580 

 
This tutorial demonstrates how to use the FileSystem object to view the contents of a server directory. It could easily be modified into a navigation or file-download application.


Version: n/a   Platform(s): n/a   Updated: Sun May 28 2000

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 38    Displaying: 21 - 38 Pages:   1 2   

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog