| Showing 1 - 10 from 25 tutorials on Page 1. |  | |
| | | Copying Folders (using File System Object) | | 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. . | | Added: 22 March 2007 - Visits: 173 | | | | | | | | 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 mainta... | | Added: 21 March 2007 - Visits: 391 | | | | | | | | 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. | | Added: 21 March 2007 - Visits: 113 | | | | | | | | 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 t... | | Added: 21 March 2007 - Visits: 113 | | | | | | | | 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 an... | | Added: 21 March 2007 - Visits: 186 | | | | | | | | 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. | | Added: 20 March 2007 - Visits: 157 | | | | | | | | Write to a file with ASP and FSO | | This tutorial will show you how use the File Scripting Object to both write to and append to a text file. | | Added: 20 March 2007 - Visits: 133 | | | | | | | | file information | | This example displays some useful file examples . Last accessed , last modified and when the file was created | | Added: 19 March 2007 - Visits: 141 | | | | | | | | 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 withou... | | Added: 19 March 2007 - Visits: 144 | | | | | |