/**

popular collection of scripts for all

*/
/** Search */

File Manipulation

 }

ASP File Upload using VBScript

Hits: 977
*****
0.0

Last Updated

Hits: 880
*****
0.0
There are several components
A code snippet to display the
This article shows a simple
This article illustrates some
on the market that allow
last modified date for any
way to upload files from
great uses of the File
your ASP application to
given file dynamically.
client to server using VBS,
System Object. It shows how
handle file uploads. This
Every time the file is
IE and ADODB as
to choose a drive to search,
article does not intend to
modified this info is
multipart/form-data
and then builds a listbox of
replace those. There are
written into the file. The
document. Full source code
all the folders on that
times, however, that
FSO knows just how to read
included.
drive. Choose a folder and
deploying a custom COM
that for you.
 
it builds a listbox of all
object is not possible. This
 
 
the files in that folder.
article will show you how to
 
 
Choose a File and it will
write a VBScript class to
 
 
display it in the browser or
handle file uploads.
 
 
prompt you to save the file
 
 
 
to your hard drive.


Date: Jul, 29 2000


Date: Jul, 16 2002


Date: Sep, 06 2001


Date: Jun, 14 2001
This example code
Often you will need to
Initially developed to index
This article describes how to
demonstrates how to link and
display the contents of a
ASP pages for a search
build a very powerful,
display text files within a
file on your server. This
capability, this article
potentially destructive
single document in ASP.
article shows you what
gives you a generic function
application using the File
Using the title of the text
regular expressions to use
to walk through your
System Object. It should
files as hyperlinks, when
to successfully display
sub-folders using the
never be implemented in a
clicked the file name, the
HTML, including
FileSystemObject. Also
production environment
full contents of the
automatically making any
discusses recursion and
without ensuring that proper
document will be displayed.
hyperlinks live.
passing functions as
security precautions have
Very useful for making
 
parameters.
been taken to maintain the
copybooks and file layouts
 
 
integrity of the data
available online.
 
 
contained on the web server.


Date: Apr, 10 2001


Date: Mar, 28 2001


Date: Jan, 19 2001


Date: Jun, 11 2000
{ Copyright } ©2019 NuclearScripts.com