|
51. Searching Drives, Viewing and Downloading Files
|
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.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
52. Working with Drives, Folders and Files using ASP
|
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.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
53. Link & Display Text Files
|
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.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
54. Displaying HTML files from your ASP page
|
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.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
55. Walking through your sub-folders and files
|
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.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
56. How to upload multiple files
|
This 3-page tutorial explains how to let a user upload multiple files to a Web Server. This could be useful in an online auction application where the users upload pictures of the goods they are selling. Or maybe you want to let employees upload documents on the company intranet.
Hits: 3 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
57. Open, Read and Create Files with ASP
|
This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
58. Flash GuestBook using PHP and Text files
|
This tutorial shows you how to create a simple Guest book in Flash. This Guest book is simple, efficient, fast, and easy to implement. There are no complicated database or xml issues to worry about. One swf, one script, and one text file. In this example we use a PHP script but after you understand how it works it should be fairly easy to write the same script in Perl, ASP, or Cold Fusion. This is intended for learning but still easy to install, modify, and get up and running quickly. The only requirement is that you have PHP available for use on your server.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
59. How to protect PDF files using PHP
|
This tutorial explains how to safely hide away PDF files from public access using htaccess, but then having a PHP file run its own authorization to allow access to the file without the Network Password dialog box. The PDF file will be displayed in the browser (if the user has acrobat reader) or promoted to download the pdf file if the user doesnt have acrobat reader. This is perfect for when you want to restrict PDF files to authorized eyes only. This simple to use tutorial will have you up and running in a few minutes, one page of info with full source code, and working examples.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
60. Emailing Customized Flash E-cards with PHP and Text Files
|
This tutorial explains how to send out customized Flash e-cards to anyone you want, or allow anyone that visits your site to do the same. This tutorial will allow you to set up a much simplified version of say the online Hallmark or Blue mountain e-cards application. This tutorial was designed to be as simple as possible while still being powerful enough to be used as a commercial application. This Tutorial uses only 2 simple php scripts and it will automatically create text files to save all of your data. For this tutorial it is assumed that you have an in-depth knowledge of Flash 5, and can run php scripts on your server. Please note though that the PHP scripts can just as easily be written in Perl or ASP, its just the technique where concerned about showing here.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|