File Manipulation. Tutorials & Tips. ASP. Scripts from Hot Scripts. Review before you use or buy a script! Let Hot Scripts uncover the best free, open source and commercial hot-scripts File Manipulation scripts for your web site.
File Manipulation
-
Create a text file using ASP
Shows how to create a text file using the File Scripting Object.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Last Updated
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Open, Read and Create Files with ASP
This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Auto-upload using IE+ADO without user interaction
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
File Uploading using pure ASP
This is a complete tutorial on uploading files to the server hard disk using ASP ( VBScript ).
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Understanding File Upload
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
Filearchive
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
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... (show more)
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose -
File Access Tutorial
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.
Thanks for your rating. Consider leaving a review and let others know more about your experience. Add ReviewClose