Access To HTML
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.
http://www.codeave.com/asp/code.asp?u_log=88
(Rating: 0.00 Votes: 0)
Rate ItReview It
ASP Form Input to HTML
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.
http://www.codeave.com/asp/code.asp?u_log=89
(Rating: 0.00 Votes: 0)
Rate ItReview It
Building an ASP File Manager
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.
Price: Free
http://idm.internet.com/articles/200002/wd_02_25_00g.html
(Rating: 0.00 Votes: 0)
Rate ItReview It
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.
http://CoverYourASP.com/ShowFileDescr.asp
(Rating: 0.00 Votes: 0)
Rate ItReview It
Import CSV to HTML
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.
http://www.codeave.com/asp/code.asp?u_log=101
(Rating: 0.00 Votes: 0)
Rate ItReview It
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.
http://www.codeave.com/asp/code.asp?u_log=111
(Rating: 0.00 Votes: 0)
Rate ItReview It
Understanding File Upload
Building an upload file mechanism on a Web server can often require using a costly DLL. Tiago Halms article shows you how to upload a file using only Active Server Page (ASP) code and Internet Explorer. Sample code is provided.
http://www.15seconds.com/Issue/001003.htm
(Rating: 0.00 Votes: 0)
Rate ItReview It
Uploading Images using HTML and ASP
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.
http://www.webreference.com/dev/upload/index.html
(Rating: 0.00 Votes: 0)
Rate ItReview It
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.
Platform: ASP 2.0
http://CoverYourASP.com/WalkFolders.asp
(Rating: 0.00 Votes: 0)
Rate ItReview It