|
|
| Up/Downloading [+] Favor-It | |
| |
 |
| | Sort By:
|
I have seen numerous "pure ASP" upload solutions, some you even had to purchase, that did the job, but required you to wade through pages of code just to see how things worked. Code: ASP 3.0 & VBScript |
This code will allow you to do form based file uploads. It supports multiple files and uses only pure ASP. There are no components to install so it will work on any web server that supports ASP. Author: Karl P. Grear Code: ASP 3.0 & VBScript |
Forces users to have choice of downloading a binary file. This was becomming a problem with Word documents - as they would either open within the browser or open externally. You may need to change the FileName variable.
Author: Lewis Moten Code: ASP 3.0 & JScript |
|  | |
This article shows how to allow a user to download any file from a web server. Users will see a prompt, giving them the option of opening or saving it, rather than simply opening it by default. We can achieve this using the FSO and ADODB objects. Author: Evagoras Charalambous Code: ASP 3.0 & VBScript |
Lets you send file from a client to www server over http connection using IE. The file is sent as a result of type=file form field. Author: Antonin Foller Code: ASP 3.0 & VBScript |
This script demonstrates getting properties of a file, such as name and size, and using a response stream to send the file to the users browser.
Author: Chris Garrett Code: ASP 3.0 & VBScript |
Direct file downloading WITHOUT a COM component. Just pure ASP. It uses ADO to send a file directly to the client browser. Code: ASP 3.0 & VBScript |
|  | |
Step-by-step tutorial on how to upload files ( images etc ) from the client browser to the server hard disk using plain ASP pages. Complete application source code is available for download. Author: Faisal Khan Code: ASP 3.0 & VBScript |
Sending files to web browsers has always been easy. However, uploading files to the web server has been a very difficult task. Your options were pretty much limited to using FTP, FrontPage, or some other site management tool. Author: Bill Raudabaugh Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|