jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

File Manipulation

DeEnFrSp
Amount: 36
Displaying: 1 - 10
Pages: [1] 2 3 4 >>
Sort Listings By:
Hits: 806

Access To HTML

Rating 0.0 0.0
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.
Platform(s): n/a Date: Mar, 02 2001
DETAIL
Hits: 515

ASP File Manipulation

Rating 3.0 3.0
This article shows how easily we can handle file through asp.
Platform(s): Windows Date: Mar, 08 2006
DETAIL
Hits: 977

ASP File Upload using VBScript

Rating 0.0 0.0
There are several components on the market that allow your ASP application to handle file uploads. This article does not intend to replace those. There are times, however, that deploying a custom COM object is not possible. This article will show you how to write a VBScript class to handle file uploads.
Platform(s): n/a Date: Jul, 29 2000
DETAIL
Hits: 959

ASP Form Input to HTML

Rating 2.5 2.5
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.
Platform(s): n/a Date: May, 14 2001
DETAIL
Hits: 650

Auto-upload using IE+ADO without user interaction

Rating 5.0 5.0
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.
Platform(s): n/a Date: Sep, 06 2001
DETAIL
Hits: 524

Building an ASP File Manager

Rating 0.0 0.0
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.
Platform(s): n/a Date: Jun, 11 2000
DETAIL
Hits: 1484

Checking Files Exists

Rating 5.0 5.0
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.
Platform(s): n/a Date: Jan, 25 2004
DETAIL
Hits: 2381

Copying Files (using File System Object)

Rating 2.5 2.5
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.
Platform(s): n/a Date: Jan, 25 2004
DETAIL
Hits: 2067

Copying Folders (using File System Object)

Rating 2.5 2.5
If you want to copy some foldes to another folder, first create a File System Object. CopyFolder method will help you to copy folder to another folder.
Platform(s): n/a Date: Jan, 25 2004
DETAIL
Hits: 1216

create a file

Rating 0.0 0.0
Easy code for creating a file
Platform(s): n/a Date: Apr, 18 2005
DETAIL
Amount: 36
Displaying: 1 - 10
Pages: [1] 2 3 4 >>