Welcome to AspUpload 3.0

Before you start using AspUpload...

  • Make sure the virtual directory /AspUpload has been created by the setup on top of the folder \Samples of the AspUpload installation. If necessary, create it manually using MMC (IIS4) or Internet Information Services (IIS5).
  • Make sure your web server is running.
  • Using Windows Explorer, give the "Everyone" account Full Control over the file \Samples\04_db\aspupload.mdb which contains the sample MS Access database.
Documentation
The full AspUpload user manual and object reference are available online at www.aspupload.com. A replica of this web site has been created on your hard drive by the setup.

AspUpload User Manual
AspUpload Object Reference

Code Sample Index
Chapter 1: Introduction
This chapter has no code samples.
Chapter 2: Simple Uploads
http://localhost/aspupload/02_simple/Form1.asp
http://localhost/aspupload/02_simple/Form1.aspx
Simple upload form with three file items.
http://localhost/aspupload/02_simple/Form2.asp
http://localhost/aspupload/02_simple/Form2.aspx
Upload form with file as well as text items.
http://localhost/aspupload/02_simple/Form3.asp
http://localhost/aspupload/02_simple/Form3.aspx
Demonstrates accessing various text form items such as check boxes, selects, etc.
http://localhost/aspupload/02_simple/Form4.asp
Demonstrates limiting file size. http://localhost/aspupload/02_simple/BothFormAndScript.asp
Placing form and script in the same file.
Chapter 3: Memory Uploads
http://localhost/aspupload/03_memory/formitems.asp
Using uploads to memory to access form items.
http://localhost/aspupload/03_memory/filename.asp
Using uploads to memory to access file names.
http://localhost/aspupload/03_memory/twofolders.asp
Using memory uploads to save into two folders.
http://localhost/aspupload/03_memory/twofolders2.asp
Using regular uploads to save into two folders.
Chapter 4: Database
http://localhost/aspupload/04_db/odbc.asp
Saving files in the database via ODBC.
http://localhost/aspupload/04_db/odbcexport.asp
Exporting files from the database via ODBC.
http://localhost/aspupload/04_db/ado.asp
http://localhost/aspupload/04_db/ado.aspx
Saving files in the database via ADO.
http://localhost/aspupload/04_db/adoexport.asp
Exporting files from the database via ADO.
http://localhost/aspupload/04_db/filelist.asp
Lists all files in the database for downloading.
Chapter 5: Progress Bar
http://localhost/aspupload/05_progress/progress.asp
Demonstrates HTML-based progress bar.
http://localhost/aspupload/05_progress/progress1.asp
Customized progress bar.
Chapter 6: Security & Impersonation
http://localhost/aspupload/06_security/access.asp
Changing permissions on uploaded files.
Chapter 7: Images
http://localhost/aspupload/07_images/size.asp
Using image type and pixel size support.
http://localhost/aspupload/07_images/resize.asp
Resizing JPEG images using AspJpeg.
Chapter 8: Unicode
http://localhost/aspupload/08_unicode/unicode.asp
Unicode support.
Chapter 9: Miscellaneous Features
http://localhost/aspupload/09_misc/text.asp
File downloads.
http://localhost/aspupload/09_misc/DirectoryListing.asp
Directory listing.
http://localhost/aspupload/09_misc/DeleteFiles.asp
Deleting files from the server interactivey.