• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:19    Start  Previous  Next  Last    goto:
    Last Updated
    ON: 2007-06-30 17:55:33
    A code snippet to display the last modified date for any given file dynamically. Every time the file is modified this info is written into the file. The FSO knows just how to read that for you.
    2 times | category:
    Delete a folder with ASP
    ON: 2007-06-30 17:52:22
    For whatever reason, there are times when it would be convenient to know how to delete a folder without having to go to the server to do it. This is just one of the things you can do with the File Scripting Object.
    4 times | category:
    create a file
    ON: 2007-06-30 17:48:40
    Easy code for creating a file
    5 times | category:
    Open and Read a File with ASP
    ON: 2007-06-30 17:46:51
    This is some sample code for reading a file with ASP
    10 times | category:
    scrrun.dll - Runtime classes for dictionary and file system
    ON: 2007-06-30 17:45:02
    Microsoft Scripting Runtime DLL

    This tutorial helps you understand: Microsoft provides one DLL, scrrun.dll, for both IIS Web server side scripting and IE Web browser client side scripting. scrrun.ddl offers the following classes: Dictionary, FileSystemObject, Drive, Folder, File, TextStream.
    24 times | category:
    Copying Files using File System Object
    ON: 2007-06-30 17:44:30
    Sometimes you need to copy files to another folder. First you should require to use FSO (File System Object.) CopyFile method of FSO is the simplest way to copy the files. Following sample code will copy some files to another folder. .
    2 times | category:
    Copying Folders (using File System Object)
    ON: 2007-06-30 17:38:07
    If you want to copy some foldes to another folder, first create a File System Object. CopyFolder method will help you to copy folder ot another folder.
    6 times | category:
    Uploading Images using HTML and ASP
    ON: 2007-06-30 17:36:16
    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.
    19 times | category:
    Access To HTML
    ON: 2007-06-30 17:35:13
    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
    1 times | category:
    Import CSV to HTML
    ON: 2007-06-30 17:34:27
    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.
    4 times | category:
    Displaying HTML files from your ASP page
    ON: 2007-06-30 17:33:46
    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.
    3 times | category:
    Link & Display Text Files
    ON: 2007-06-30 17:31:56
    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..
    4 times | category:
    ASP Form Input to HTML
    ON: 2007-06-30 17:30:11
    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
    8 times | category:
    Searching Drives, Viewing and Downloading Files
    ON: 2007-06-30 17:23:34
    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.
    4 times | category:
    Understanding File Upload
    ON: 2007-06-30 17:22:10
    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.
    18 times | category:
    Downloading Files with VBScript and ASP
    ON: 2007-06-30 17:21:34
    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.
    8 times | category:
    Filearchive
    ON: 2007-06-30 17:19:59
    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.
    3 times | category:
    Building an ASP File Manager
    ON: 2007-06-30 17:17:58
    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
    6 times | category:
    File Access Tutorial
    ON: 2007-06-30 17:13:39
    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
    2 times | category:
    this:1/1 25records  total:19    Start  Previous  Next  Last    goto: