|
file information
|
Other links at ASP > Tutorials > File Manipulation |
| 1. |
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.
|
| 3. |
Checking Files Exists
|
|
|
If you want to check a file exists, you may use this code. First we are starting script creating a copy of File System Object. FSO has many useful methods. One of them is FileExists that we will use it now.
|
| 4. |
Displaying Sub Folders
|
|
|
Following example displays all sub folders in current folder. We will use SubFolders property of FileSystem Object for this source code. First we will find our current path using System.MapPath.
|
|
|